fabria / yii2-sms
SMS sender for Yii2
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:yii2-extension
Requires
- yiisoft/yii2: *
Requires (Dev)
- phpunit/phpunit: 4.*
- scrutinizer/ocular: ~1.1
This package is not auto-updated.
Last update: 2025-08-17 00:56:34 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...