2017 © Pedro Peláez
 

project ali-sms

阿里大鱼 阿里新版短信

image

yonghua4413/ali-sms

阿里大鱼 阿里新版短信

  • Friday, January 5, 2018
  • by yonghua4413
  • Repository
  • 1 Watchers
  • 0 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

AliSms

阿里新版短信, (*1)

$ composer require yonghua4413/ali-sms
//引入
use YYHSms\SendSms;
$app = [
    'accessKeyId' => '',
    'accessKeySecret' => ''
];
$parems = [
    'PhoneNumbers' => '手机号,多个手机号请用“,”隔开',
    'SignName' => '短信签名',
    'TemplateCode' => '模板编号',
    'TemplateParam' => [
        //模板变量名 => 模板变量值
        'token' => $token
    ]
];
$sms = new SendSms($app, $parems);
$info = (array) $sms -> send();

如遇超时,请设置如下

set_time_limit(0);

The Versions

05/01 2018

dev-master

9999999-dev

阿里大鱼 阿里新版短信

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

短信 阿里大鱼 阿里新版短信

05/01 2018

v0.05

0.05.0.0

阿里大鱼 阿里新版短信

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

短信 阿里大鱼 阿里新版短信

05/01 2018

v0.04

0.04.0.0

阿里大鱼 阿里新版短信

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

短信 阿里大鱼 阿里新版短信

05/01 2018

v0.03

0.03.0.0

阿里大鱼 阿里新版短信

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

短信 阿里大鱼 阿里新版短信

05/01 2018

v0.02

0.02.0.0

阿里大鱼 阿里新版短信

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

短信 阿里大鱼 阿里新版短信