wchuang / sms
通用短信网关
dev-master
2016-09-08 09:29 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-01-27 15:29:04 UTC
README
通用短信网关
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist wchuang/sms "*"
or add
"wchuang/sms": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \wchuang\sms\AutoloadExample::widget(); ?>```