PHPackages                             reliefapps/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. [Mail &amp; Notifications](/categories/mail)
4. /
5. reliefapps/notification-bundle

AbandonedArchivedSymfony-bundle[Mail &amp; Notifications](/categories/mail)

reliefapps/notification-bundle
==============================

A Bundle providing services to send push notifications

v0.1.10(8y ago)31.1k1MITPHPPHP &gt;=5.5.9

Since May 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/ReliefApplications/app-notifications-bundle)[ Packagist](https://packagist.org/packages/reliefapps/notification-bundle)[ RSS](/packages/reliefapps-notification-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (14)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/d03dd9f7851086d94e35f571251a60898a42608486ba5336ff5a73fb5474c700/68747470733a2f2f706f7365722e707567782e6f72672f72656c696566617070732f6e6f74696669636174696f6e2d62756e646c652f76657273696f6e)](https://packagist.org/packages/reliefapps/notification-bundle)[![Total Downloads](https://camo.githubusercontent.com/336da6381ec451b7bb95b6a955b3c02c298ec689953f8d4213f4f436547d9eb7/68747470733a2f2f706f7365722e707567782e6f72672f72656c696566617070732f6e6f74696669636174696f6e2d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/reliefapps/notification-bundle)[![SensioLabsInsight](https://camo.githubusercontent.com/75a1af8071a62cfe8512b1dc7897d95674109def7a19a11d3b4a790c61dd133c/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f63336637303733622d353930662d346665352d613738332d6262353831363166303361622f6d696e692e706e67)](https://insight.sensiolabs.com/projects/c3f7073b-590f-4fe5-a783-bb58161f03ab)

Installation
============

[](#installation)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require reliefapps/notification-bundle "0.1.4"
```

*NB: Before version 1, backward compatibility may be broken. It is advised to force a single version of the bundle has shown here*

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
