dev-master
9999999-devalidayu for Yii2
BSD-3-Clause
The Requires
by ywm
extension yii2
v0.1
0.1.0.0alidayu for Yii2
BSD-3-Clause
The Requires
by ywm
extension yii2
Wallogit.com
2017 © Pedro Peláez
alidayu for Yii2
alidayu for Yii2, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require ywmm3951/yii2-alidayu "dev-master"
or add, (*4)
"ywmm3951/yii2-alidayu": "dev-master"
to the require section of your composer.json file., (*5)
配置文件添加组件:, (*6)
'components' => [
'alidayu' => [
'class' => 'ywmm3951\alidayu\SendCaptcha',
'appkey' => 'xxx', // 阿里大于 appkey
'secretKey' => 'xxx', // 阿里大于 secretKey
'signName' => 'xxx', // 短信签名
'templateCode' => 'xxx', // 短信模板ID
],
],
调用:, (*7)
<?php use Yii; /** * 发送验证码 * @return boolean true|false */ Yii::$app->alidayu->sendSMS($mobile, $content);
alidayu for Yii2
BSD-3-Clause
extension yii2
alidayu for Yii2
BSD-3-Clause
extension yii2