yetopen / yii2-sms-sender-interface
It implements SmsSenderInterface that should be implemented by text message sender classes
Installs: 51 022
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 2
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: ~2.0.0
README
It implements SmsSenderInterface that should be implemented by text message sender classes to be used in Yii2.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist yetopen/yii2-sms-sender-interface "*"
or add
"yetopen/yii2-sms-sender-interface": "*"
to the require section of your composer.json
file.