fabria / yii2-sms
Yii2 的 SMS 发送器
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: 2024-09-14 19:53:04 UTC
README
Yii2 的 SMS 组件
安装
安装此扩展的首选方式是通过 composer。
运行以下命令之一:
php composer.phar require fabria/yii2-sms:~1.0
或者添加以下内容到您的应用程序的 composer.json
文件的 require 部分:
"fabria/yii2-sms" : "~1.0"
用法
进行中...