PHPackages                             jimmytournemaine/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. jimmytournemaine/notification-bundle

AbandonedArchivedSymfony-bundle

jimmytournemaine/notification-bundle
====================================

Notification system integration

012PHP

Since Sep 5Pushed 9y ago1 watchersCompare

[ Source](https://github.com/JimmyTournemaine/JTNotificationBundle)[ Packagist](https://packagist.org/packages/jimmytournemaine/notification-bundle)[ RSS](/packages/jimmytournemaine-notification-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

\#Installation

[![SensioLabsInsight](https://camo.githubusercontent.com/46a21a8b183da96fc2e52584bc8d7d004038a8fdc08df41f5aef6157bb003470/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f32616630313539352d333165332d346331342d613662652d6466336439343961366336632f6269672e706e67)](https://insight.sensiolabs.com/projects/2af01595-31e3-4c14-a6be-df3d949a6c6c)

\##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 jimmytournemaine/notification-bundle "master"

```

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

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

```
