PHPackages                             sshversioncontrol/notificationbundle - 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. sshversioncontrol/notificationbundle

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

sshversioncontrol/notificationbundle
====================================

Simple Notification Bundle For Symfony

06PHP

Since Jun 2Pushed 8y ago1 watchersCompare

[ Source](https://github.com/SSHVersionControl/NotificationBundle)[ Packagist](https://packagist.org/packages/sshversioncontrol/notificationbundle)[ RSS](/packages/sshversioncontrol-notificationbundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Simple Notification Bundle [![Build Status](https://camo.githubusercontent.com/9cd3f2b55b396404176a4606e58190f0b89eac6d3d13e6f974c7e551bb460406/68747470733a2f2f7472617669732d63692e6f72672f53534856657273696f6e436f6e74726f6c2f4e6f74696669636174696f6e42756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/SSHVersionControl/NotificationBundle)
======================================================================================================================================================================================================================================================================================================================================================================

[](#simple-notification-bundle--)

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

[](#installation)

To use this bundle in your Symfony project add the following to your `composer.json`:

```
{
    "require": {
        // ...
        "": "dev-master"
    }
}

```

and enable it in your kernel:

```
