Download the PHP package liugehao/yii2-qcloud-sms without Composer
On this page you can find all versions of the php package liugehao/yii2-qcloud-sms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-qcloud-sms
腾讯云短信 sdk 使用说明
修改自:https://github.com/qcloudsms/qcloudsms
yii2 配置文件params.php中配置
'qcloudsms' => [
'appid' => '',
'appkey' => ''
],
或者
$sms = new SmsSingleSender(['appid' => '','appkey' => '']);
All versions of yii2-qcloud-sms with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
2.0.*
The package liugehao/yii2-qcloud-sms contains the following files
Loading the files please wait ....