An open API service indexing awesome lists of open source software.

https://github.com/ethanhann/ehannnotificationbundle

Twitter Bootstrap-ready notification bundle for Symfony2
https://github.com/ethanhann/ehannnotificationbundle

Last synced: 14 days ago
JSON representation

Twitter Bootstrap-ready notification bundle for Symfony2

Awesome Lists containing this project

README

        

EhannNotificationBundle
=

Twitter Bootstrap-ready notification bundle for Symfony2.

## Related Bundles

EhannFrontendBundle

Installation
==

Add EhannNotificationBundle in your composer.json:

```js
{
"require": {
"ehann/notification-bundle": "1.*"
}
}
```

Download bundle:

``` bash
$ php composer.phar update ehann/notification-bundle
```

Add the EhannNotificationBundle to your AppKernel.php

```php
public function registerBundles()
{
$bundles = array(
...
new Ehann\NotificationBundle\EhannNotificationBundle(),
...
);
...
}
```

Usage Documentation
==
https://github.com/ethanhann/EhannNotificationBundle/blob/master/Resources/doc/usage.md