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

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

tmcycyit/notification-bundle
============================

2.0.4(3y ago)0155MITPHP

Since Nov 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/tmcycyit/notification-bundle)[ Packagist](https://packagist.org/packages/tmcycyit/notification-bundle)[ RSS](/packages/tmcycyit-notification-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (3)Versions (20)Used By (0)

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

[](#notificationbundle)

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

[](#installation)

---

### Step1: Download NotificationBundle using composer

[](#step1-download-notificationbundle-using-composer)

Add NotificationBundle in your composer.json:

```
{
    "require": {
        "yit/notification-bundle": "dev-master",
    }
}
```

Now update composer.

Composer will install the bundle to your project's `vendor/yit` directory.

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
