2017 © Pedro Peláez
 

library yzx

云之讯短信验证接口

image

gogery/yzx

云之讯短信验证接口

  • Monday, September 25, 2017
  • by gogery
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 9 % Grown

The README.md

该项目主要是云之讯短信验证接口使用

云之讯短信验证接口

示例代码

    require 'vendor/autoload.php';

    $config = [
        'accountSid' => 'f82sfdsdf815f79sdf85745c5b50b0bb223e8' ,
        'token' => 'f298b645sfsd748dfa4csdf349b0a23fb722',
        'appId' => 'e0406dsdfdssdfa7b40a28f8d114ec12c932b'
    ];
    $client = new Yzx($config);

    $phoneNumber = '13672431596'; // 手机号
    $param = '123'; // 验证码
    $data = $client->sendRegisterMessage($phoneNumber, $param);

The Versions

25/09 2017

dev-master

9999999-dev

云之讯短信验证接口

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Avatar gogery

18/09 2017

v2.0

2.0.0.0

云之讯短信验证接口

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Avatar gogery

18/09 2017

v1.1.0

1.1.0.0

云之讯短信验证接口

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Avatar gogery

18/09 2017

v1.0.0

1.0.0.0

云之讯短信验证接口

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Avatar gogery