PHPackages                             yiier/yii2-notification - 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. yiier/yii2-notification

ActiveYii2-extension[Mail &amp; Notifications](/categories/mail)

yiier/yii2-notification
=======================

Notification for Yii2

v0.3(4y ago)4201BSD-4-ClausePHP

Since Jan 31Pushed 4y ago3 watchersCompare

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

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

Notification for Yii2
=====================

[](#notification-for-yii2)

Notification for Yii2

[![Latest Stable Version](https://camo.githubusercontent.com/9e6f3e5c24edec64245ccebdc220b2b5b274f433f639ef80549099b42a2b8743/68747470733a2f2f706f7365722e707567782e6f72672f79696965722f796969322d6e6f74696669636174696f6e2f762f737461626c65)](https://packagist.org/packages/yiier/yii2-notification)[![Total Downloads](https://camo.githubusercontent.com/719212e130227aea942f4e8d2ce7979d2fe27ff54c1537263c860baea9fed33f/68747470733a2f2f706f7365722e707567782e6f72672f79696965722f796969322d6e6f74696669636174696f6e2f646f776e6c6f616473)](https://packagist.org/packages/yiier/yii2-notification)[![Latest Unstable Version](https://camo.githubusercontent.com/c0b9b90a962e8af7efd3d78df737dd33a22490a62ffd320fffe9a8935804dadd/68747470733a2f2f706f7365722e707567782e6f72672f79696965722f796969322d6e6f74696669636174696f6e2f762f756e737461626c65)](https://packagist.org/packages/yiier/yii2-notification)[![License](https://camo.githubusercontent.com/6779ad90775e7b3db179fdb1ca31766dcca170013f747cb3e99397b531b8efc8/68747470733a2f2f706f7365722e707567782e6f72672f79696965722f796969322d6e6f74696669636174696f6e2f6c6963656e7365)](https://packagist.org/packages/yiier/yii2-notification)

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist yiier/yii2-notification "*"

```

or add

```
"yiier/yii2-notification": "*"

```

to the require section of your `composer.json` file.

Migrations
----------

[](#migrations)

Run the following command

```
$ php yii migrate --migrationPath=@yiier/notification/migrations/
```

Usage
-----

[](#usage)

**Config**

Configure Controller class as follows : :

```
