ehann / notification-bundle
Twitter Bootstrap-ready flash notification bundle for Symfony2
Installs: 830
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.2
- symfony/http-foundation: 2.*
- twig/twig: >=1.5
README
Twitter Bootstrap-ready notification bundle for Symfony2.
Related Bundles
Installation
Add EhannNotificationBundle in your composer.json:
{ "require": { "ehann/notification-bundle": "1.*" } }
Download bundle:
$ php composer.phar update ehann/notification-bundle
Add the EhannNotificationBundle to your AppKernel.php
public function registerBundles() { $bundles = array( ... new Ehann\NotificationBundle\EhannNotificationBundle(), ... ); ... }
Usage Documentation
https://github.com/ethanhann/EhannNotificationBundle/blob/master/Resources/doc/usage.md