PHPackages                             dominus77/yii2-noty - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. dominus77/yii2-noty

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

dominus77/yii2-noty
===================

Renders a Noty3 widget for Yii2.

v1.0.5(4y ago)26.3k11MITPHPCI failing

Since Nov 11Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Dominus77/yii2-noty)[ Packagist](https://packagist.org/packages/dominus77/yii2-noty)[ RSS](/packages/dominus77-yii2-noty/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (7)Used By (1)

Simple notification widget for Yii2
===================================

[](#simple-notification-widget-for-yii2)

[![Latest Version](https://camo.githubusercontent.com/8be722a7dcc658e25469545ced9ae5b7fe8e5cc48e02f4d437a7575a97cf7fc4/68747470733a2f2f706f7365722e707567782e6f72672f646f6d696e757337372f796969322d6e6f74792f762f737461626c65)](https://packagist.org/packages/dominus77/yii2-noty)[![Software License](https://camo.githubusercontent.com/5cb0d4793f87ca8eefe95d7adac4bc973607f57c64f5c1f6f96e2a85881f0dc4/68747470733a2f2f706f7365722e707567782e6f72672f646f6d696e757337372f796969322d6e6f74792f6c6963656e7365)](https://github.com/Dominus77/yii2-noty/blob/master/LICENSE.md)[![Build Status](https://camo.githubusercontent.com/dc9cf7cb7d5d7735d06b2b5c3db67f3135e17e8f14b4deac6cb109c33545579e/68747470733a2f2f7472617669732d63692e6f72672f446f6d696e757337372f796969322d6e6f74792e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Dominus77/yii2-noty)[![codecov](https://camo.githubusercontent.com/fe92d4c8a2af2b5b426b2a343bdf9e7365d0f3c3d332f76eb54a56e6584b9cee/68747470733a2f2f636f6465636f762e696f2f67682f446f6d696e757337372f796969322d6e6f74792f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/Dominus77/yii2-noty)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/107805fbcdc0b4e2c6d461a16d05fd777c60c21e00b9dfca82cce3002fd23653/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f446f6d696e757337372f796969322d6e6f74792f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Dominus77/yii2-noty/?branch=master)[![SymfonyInsight](https://camo.githubusercontent.com/3a1af84c499c458d3c2eeb1a97b88e2944ff9d2a12c7dbe37ac690c5d5c99c73/68747470733a2f2f696e73696768742e73796d666f6e792e636f6d2f70726f6a656374732f30353662376434652d646131642d343262642d396631382d3933383166666137616438352f6d696e692e737667)](https://insight.symfony.com/projects/056b7d4e-da1d-42bd-9f18-9381ffa7ad85)

Noty widget for Yii2

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

[](#installation)

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

Either run

```
php composer.phar require dominus77/yii2-noty

```

or add

```
"dominus77/yii2-noty": "^1.0"

```

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

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your layout file like this:

Controller:

```
