2017 © Pedro Peláez
 

library aliyun_sms_php

Aliyun SMS SDK for PHP

image

blackhilloldmonster/aliyun_sms_php

Aliyun SMS SDK for PHP

  • Wednesday, March 21, 2018
  • by blackhilloldmonster
  • Repository
  • 1 Watchers
  • 0 Stars
  • 41 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 14 % Grown

The README.md

Aliyun SMS PHP SDK composer版 版本:V20170525

安装

composer require blackhilloldmonster/aliyun_sms_php

使用

use BHOM\SMS\AliyunSMS;
.....
.....
.....
$accessKeyId = "";
$accessKeySecret = "";
$region = "";
$endPointName = "";
$phonNumber = "13900000000";
$tpcode = "SMS_177777";
$tpparam = ["code"=>"992929"];
$sign = "签名";
$sms = new AliyunSMS($accessKeyId, $accessKeySecret,$region,$endPointName);
$status = $sms->send($phonNumber,$tpcode,$tpparam,$sign);

The Versions

21/03 2018

dev-master

9999999-dev

Aliyun SMS SDK for PHP

  Sources   Download

MIT

The Requires

  • php >=7.1.0

 

The Development Requires

by Avatar blackhilloldmonster

14/03 2018

0.1.0

0.1.0.0

Aliyun SMS SDK for PHP

  Sources   Download

MIT

The Requires

  • php >=7.1.0

 

The Development Requires

by Avatar blackhilloldmonster

14/03 2018

1.0.0

1.0.0.0

Aliyun SMS SDK for PHP

  Sources   Download

MIT

The Requires

  • php >=7.1.0

 

The Development Requires

by Avatar blackhilloldmonster