Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voskobovich/yii2-pnotify
PNotify widget for yii2
https://github.com/voskobovich/yii2-pnotify
Last synced: 2 days ago
JSON representation
PNotify widget for yii2
- Host: GitHub
- URL: https://github.com/voskobovich/yii2-pnotify
- Owner: voskobovich
- Created: 2016-01-12T11:28:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-31T14:10:25.000Z (almost 9 years ago)
- Last Synced: 2024-04-19T15:43:35.925Z (9 months ago)
- Language: PHP
- Size: 8.79 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yii2 PNotify Widget
================================Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist voskobovich/yii2-pnotify "~1.0"
```or add
```
"voskobovich/yii2-pnotify": "~1.0"
```to the require section of your `composer.json` file.