https://github.com/stephpy/timeline-bundle
Symfony2 bundle to make timeline
https://github.com/stephpy/timeline-bundle
Last synced: 7 months ago
JSON representation
Symfony2 bundle to make timeline
- Host: GitHub
- URL: https://github.com/stephpy/timeline-bundle
- Owner: stephpy
- Created: 2011-12-04T11:10:08.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T22:27:46.000Z (8 months ago)
- Last Synced: 2025-04-03T20:15:22.645Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 1.05 MB
- Stars: 192
- Watchers: 16
- Forks: 57
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-symfony - timeline-bundle - Symfony2 bundle to make timeline. (Miscellaneous)
README
SpyTimelineBundle
=================
Integrates [timeline](https://github.com/stephpy/timeline) library on Symfony2.
Supports 2.* Symfony Framework.
[](http://travis-ci.org/stephpy/timeline-bundle)
Build timeline/wall for an entity easily. [Demo Application](https://github.com/stephpy/timeline-app)
There is also a notification system, you can easily know how many unread notifications you have, mark as read one or all, etc.
[Read the documentation](https://github.com/stephpy/timeline-bundle/blob/master/Resources/doc/index.markdown)
Launch tests:
```
composer install -n
bin/atoum -d Tests/Units
```