https://github.com/hiqdev/yii2-pnotify
https://github.com/hiqdev/yii2-pnotify
hacktoberfest
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hiqdev/yii2-pnotify
- Owner: hiqdev
- License: bsd-3-clause
- Created: 2015-09-09T11:21:26.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-03-08T17:32:18.000Z (over 7 years ago)
- Last Synced: 2025-12-01T09:42:43.104Z (7 months ago)
- Topics: hacktoberfest
- Language: PHP
- Size: 25.4 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Yii2 PNotify
**Yii2 adapter for PNotify JQuery extension**
[](https://packagist.org/packages/hiqdev/yii2-pnotify)
[](https://packagist.org/packages/hiqdev/yii2-pnotify)
[](https://travis-ci.org/hiqdev/yii2-pnotify)
[](https://scrutinizer-ci.com/g/hiqdev/yii2-pnotify/)
[](https://scrutinizer-ci.com/g/hiqdev/yii2-pnotify/)
[](https://www.versioneye.com/php/hiqdev:yii2-pnotify/dev-master)
Provides widgets to show notifications:
- PNotify
- Flashes
## Installation
The preferred way to install this yii2-extension is through [composer](http://getcomposer.org/download/).
Either run
```sh
php composer.phar require "hiqdev/yii2-pnotify"
```
or add
```json
"hiqdev/yii2-pnotify": "*"
```
to the require section of your composer.json.
## License
This project is released under the terms of the BSD-3-Clause [license](LICENSE).
Read more [here](http://choosealicense.com/licenses/bsd-3-clause).
Copyright © 2015-2017, HiQDev (http://hiqdev.com/)