liugehao / yii2-qcloud-sms
qcloud-sms for yii2
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/liugehao/yii2-qcloud-sms
Requires
- yiisoft/yii2: 2.0.*
This package is auto-updated.
Last update: 2025-10-07 20:08:34 UTC
README
修改自:https://github.com/qcloudsms/qcloudsms
yii2 配置文件params.php中配置
'qcloudsms' => [
'appid' => '',
'appkey' => ''
],
或者
$sms = new SmsSingleSender(['appid' => '','appkey' => '']);