shqear / yii2-notify
Very easy and helpful notification library for Yii2 framework.
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
This package is not auto-updated.
Last update: 2024-11-09 20:28:29 UTC
README
Very easy and helpful notification library for Yii2 framework
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist shqear/yii2-notify "*"
or add
"shqear/yii2-notify": "*"
to the require section of your composer.json
file.