fabria / yii2-sms
SMS sender for Yii2
dev-master / 1.0.x-dev
2016-09-07 12:54 UTC
Requires
- yiisoft/yii2: *
Requires (Dev)
- phpunit/phpunit: 4.*
- scrutinizer/ocular: ~1.1
This package is not auto-updated.
Last update: 2026-03-15 03:56:45 UTC
README
SMS component for Yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require fabria/yii2-sms:~1.0
or add
"fabria/yii2-sms" : "~1.0"
to the require section of your application's composer.json file.
Usage
In progress...