liugehao/yii2-qcloud-sms

qcloud-sms for yii2

0.1.0 2018-12-07 03:44 UTC

This package is auto-updated.

Last update: 2024-04-07 16:54:49 UTC


README

修改自:https://github.com/qcloudsms/qcloudsms

yii2 配置文件params.php中配置

'qcloudsms'                     => [
    'appid'  => '',
    'appkey' => ''
],

或者

  $sms = new SmsSingleSender(['appid'  => '','appkey' => '']);