redmonster / announcement-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
Bundle that displays the latest site announcements.
Package info
github.com/redmonster/AnnouncementBundle
Type:symfony-bundle
pkg:composer/redmonster/announcement-bundle
v0.1.1
2013-09-15 06:41 UTC
Requires
- php: >=5.3.2
- doctrine/doctrine-bundle: 1.2.*
- doctrine/orm: ~2.2,>=2.2.3
- symfony/framework-bundle: 2.2.*
Requires (Dev)
- doctrine/doctrine-fixtures-bundle: dev-master
- doctrine/mongodb-odm: 1.0.*@dev
- doctrine/mongodb-odm-bundle: 3.0.*@dev
- phpspec/phpspec: 2.0.*@dev
- phpunit/phpunit: ~3.7.0
- symfony/twig-bundle: 2.2.*
Suggests
- doctrine/mongodb-odm: Required if you want to use the MongoDB ODM features
- doctrine/mongodb-odm-bundle: Required if you want to use the MongoDB ODM features
This package is not auto-updated.
Last update: 2016-09-17 06:28:13 UTC
README
Announcement bundle for displaying site-wide alerts or announcements in a Symfony2 application.
Documentation
To learn how to install and configure this bundle, read to documenation.
Adding announcements
The AnnouncementBundle provides a console command for adding announcements:
php app/console announcement:create Please enter announcement text: 50% off today! Announcement created.
Roadmap for 1.0
- #2 - Make cookie hiding of announcements not require/depend on jQuery.
- #3 - Email announcements view for including announcements in email correspondence.
New items may be added later