rmzamora / stephpy-timeline-bundle
Symfony2 bundle to make timeline forked
Installs: 328
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 57
Type:symfony-bundle
Requires
- php: >=5.3.2
- stephpy/timeline: *
- symfony/framework-bundle: 2.*
- symfony/options-resolver: 2.*
Requires (Dev)
- atoum/atoum: 1.*
- doctrine/orm: 2.*
- symfony/console: 2.*
- symfony/twig-bundle: 2.*
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
This package is not auto-updated.
Last update: 2024-10-26 19:10:35 UTC
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