PHPackages                             idci/notification-api-client-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-api-client-bundle

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

idci/notification-api-client-bundle
===================================

Symfony NotificationApiClientBundle

v4.0.1(6y ago)267.5k↓100%2GPL-3.0+PHPPHP &gt;=5.3.2

Since Jun 25Pushed 6y ago18 watchersCompare

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

READMEChangelogDependencies (5)Versions (19)Used By (0)

NotificationApiClientBundle
===========================

[](#notificationapiclientbundle)

Symfony2 notification api client bundle

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

[](#installation)

Add dependencies in your `composer.json` file:

```
"require": {
    ...
    "da/api-client-bundle": "dev-master",
    "idci/notification-api-client-bundle": "dev-master"
},
```

Install these new dependencies of your application:

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

Enable the bundle in your application kernel:

```
