2017 © Pedro Peláez
 

yii2-extension yii2-chinasms

Yii2短信-中国

image

liasica/yii2-chinasms

Yii2短信-中国

  • Sunday, April 30, 2017
  • by liasica
  • Repository
  • 0 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

![Latest Stable Version][image-1] Total Downloads ![Latest Unstable Version][image-3] License ![Monthly Downloads][image-5] Daily Downloads [![Daily Downloads][image-7]][7], (*1)

安装

composer update "liasica/yii2-chinasms:dev-master", (*2)

使用方法

华信

  • 配置
'huaxin' => [
    'class'       => 'liasica\chinasms\Huaxin',
    'account'     => '账号',
    'password'    => '发送密码',
    'cachePrefix' => 'cache_chinasms_huaxin_',
    'useJsonUrl'  => true,
]
  • 使用
$huaxin = \Yii::$app->huaxin;
$ret    = $huaxin->smsPostSend($sms_type, $phone, $code);
$limit  = $huaxin->smsSendRateLimit($sms_type, $phone);
var_dump($ret);
var_dump($limit);
$huaxin = \Yii::$app->huaxin;
$ret    = $huaxin->smsPostSend($sms_type, $phone, $code, true);
var_dump($ret);

The Versions

30/04 2017

dev-master

9999999-dev

Yii2短信-中国

  Sources   Download

GPL

The Requires

 

by Avatar liasica