PHPackages                             idci/notification-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. idci/notification-bundle

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

idci/notification-bundle
========================

Symfony NotificationBundle

v4.0.2(6y ago)47.3k3GPL-3.0-or-laterPHPPHP &gt;=5.3.3

Since Jul 25Pushed 6y ago18 watchersCompare

[ Source](https://github.com/IDCI-Consulting/NotificationBundle)[ Packagist](https://packagist.org/packages/idci/notification-bundle)[ RSS](/packages/idci-notification-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (10)Versions (28)Used By (0)

NotificationBundle
==================

[](#notificationbundle)

Symfony2 notification bundle

Installation
------------

[](#installation)

Add dependencies in your `composer.json` file:

```
"require": {
    ...
    "jms/serializer-bundle":          "dev-master",
    "friendsofsymfony/rest-bundle":   "dev-master",
    "idci/notification-bundle":       "dev-master"
},
```

Install these new dependencies of your application:

```
$ php composer.phar update
```

Enable bundles in your application kernel:

```
