2017 © Pedro Peláez
 

library yuntongxun

容联·云通讯PHP API

image

lixunguan/yuntongxun

容联·云通讯PHP API

  • Friday, April 1, 2016
  • by maple
  • Repository
  • 2 Watchers
  • 5 Stars
  • 526 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

YunTongXun

容联·云通讯常用API

引导

-发送模板短信, (*1)

发送模板短信

    require 'vendor/autoload.php';

    use Lixunguan\Yuntongxun\Sdk as Yuntongxun;

    $sdk = new Yuntongxun('应用ID', '账户ID', 'token');
    $sms = $sdk->sendTemplateSMS('15900000000', array('1252'), 1484);
    print_r($sms);

执行成功返回信息, (*2)

The Versions

01/04 2016

dev-master

9999999-dev

容联·云通讯PHP API

  Sources   Download

MIT

The Requires

 

by LiXunGuan

yuntongxun

01/04 2016

1.0.1

1.0.1.0

容联·云通讯PHP API

  Sources   Download

MIT

The Requires

 

by LiXunGuan

yuntongxun

19/08 2015

1.0

1.0.0.0

容联·云通讯PHP API

  Sources   Download

MIT

The Requires

 

by LiXunGuan

yuntongxun