liugehao/yii2-qcloud-sms

为yii2提供的qcloud-sms

0.1.0 2018-12-07 03:44 UTC

This package is auto-updated.

Last update: 2024-09-07 17:37:17 UTC


README

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

在yii2的配置文件params.php中进行配置

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

或者

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