stephpy / timeline-bundle
Symfony2 bundle to make timeline
Installs: 362 158
Dependents: 5
Suggesters: 0
Security: 0
Stars: 193
Watchers: 16
Forks: 57
Open Issues: 10
Type:symfony-bundle
Requires
- php: ^7.1
- stephpy/timeline: ^1.2
- symfony/framework-bundle: ~2.0|~3.0|~4.0
- symfony/options-resolver: ~2.0|~3.0|~4.0
Requires (Dev)
- atoum/atoum: 1.*|3.*
- doctrine/orm: ^2.6
- symfony/console: ~2.0|~3.0|~4.0
- symfony/expression-language: ~2.0|~3.0|~4.0
- symfony/twig-bundle: ~2.8.13|~3.0|~4.0
Suggests
- doctrine/mongodb-odm-bundle: Use doctrine ODM driver
- doctrine/orm: Use doctrine ORM driver
- snc/redis-bundle: Use redis driver
- symfony/console: List spreads and deploy timelines via a command
Conflicts
- doctrine/orm: <2.6
README
Integrates timeline library on Symfony2.
Supports 2.* Symfony Framework.
Build timeline/wall for an entity easily. Demo Application
There is also a notification system, you can easily know how many unread notifications you have, mark as read one or all, etc.
Launch tests:
composer install -n
bin/atoum -d Tests/Units