esp4ik / yii2-sms-sender
SMS sender extension for the Yii 2 framework
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: ~2.0.0
- yiisoft/yii2-httpclient: ~2.0.0
This package is not auto-updated.
Last update: 2024-11-10 05:19:33 UTC
README
SMS Sender Extension for Yii 2 Framework
This extension provides the SMS Sender for the Yii framework 2.0.
For license information check the LICENSE-file.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist esp4ik/yii2-sms-sender
or add
"esp4ik/yii2-sms-sender": "~1.0.0"
to the require section of your composer.json.