innologica / yii2-insight-notifier
Extension for sending notifications via email, sms or push to mobile app.
This package's canonical repository appears to be gone and the package has been frozen as a result.
dev-master
2020-02-27 09:12 UTC
Requires
- yiisoft/yii2: *
- yiisoft/yii2-queue: ^2.0.0
This package is auto-updated.
Last update: 2020-02-27 09:12:46 UTC
README
Extension for sending notifications via sms and email.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist innologica/yii2-insight-notifier "*"
or add
"innologica/yii2-insight-notifier": "*"
to the require section of your composer.json
file.