stephpy / timelinebundle
This package is abandoned and no longer maintained.
The author suggests using the stephpy/timeline-bundle package instead.
Symfony2 bundle to make timeline
Package info
github.com/stephpy/timeline-bundle
Type:symfony-bundle
pkg:composer/stephpy/timelinebundle
v4.0.0
2025-07-24 22:10 UTC
Requires
- php: ^7.1|^8.0
- stephpy/timeline: ^2.0
- symfony/framework-bundle: ^5.0|^6.0
- symfony/options-resolver: ^5.0|^6.0
Requires (Dev)
- atoum/atoum: 1.*|3.*
- doctrine/orm: ^2.6
- symfony/console: ^5.0|^6.0
- symfony/expression-language: ^5.0|^6.0
- symfony/twig-bundle: ^5.0|^6.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
This package is auto-updated.
Last update: 2025-07-24 22:12:08 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