joker403 / yii2-sms
A extens of yii2
v0.0.2
2020-01-11 09:36 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2026-03-12 02:24:39 UTC
README
A SMS extension of yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist joker403/yii2-sms "*"
or add
"joker403/yii2-sms": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \joker403\sms\AutoloadExample::widget(); ?>```