library yuntongxun
容联·云通讯PHP API
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
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)
dev-master
9999999-dev
容联·云通讯PHP API
Sources
Download
MIT
The Requires
by
LiXunGuan
yuntongxun
1.0.1
1.0.1.0
容联·云通讯PHP API
Sources
Download
MIT
The Requires
by
LiXunGuan
yuntongxun
1.0
1.0.0.0
容联·云通讯PHP API
Sources
Download
MIT
The Requires
by
LiXunGuan
yuntongxun