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

0.1.0 2018-12-07 03:44 UTC

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' => '']);