2017 © Pedro Peláez
 

library alidayu

阿里云通信(阿里大于)SDK

image

vicens/alidayu

阿里云通信(阿里大于)SDK

  • Saturday, February 3, 2018
  • by vicens
  • Repository
  • 1 Watchers
  • 6 Stars
  • 276 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 8 Versions
  • 30 % Grown

The README.md

Build Status Scrutinizer Code Quality Latest Stable Version Total Downloads License, (*1)

阿里云通信(阿里大于)SDK

阿里大于,是阿里通信旗下优质便捷的云通信服务平台,整合了三大运营商的通信能力,为开发者提供简洁易用的短信/语音API,三网合一通道,按需付费。阿里集团技术保障,实时、稳定、到达率高!, (*2)

阿里云通信官网: https://dayu.aliyun.com, (*3)

阿里云通信API文档: https://api.alidayu.com/doc2/apiList.htm, (*4)

环境要求

  • PHP >= 5.4
  • guzzlehttp/guzzle >=5.3, (*5)

    安装

    ```shell composer require vicens/alidayu, (*6)


### 使用 #### 设置配置 ```php use Vicens\Alidayu\Alidayu; Alidayu::setConfig([ 'appKey' => '23356838', 'appSecret' => '254fee5fbabe2e01be04581d855c9af3', // 使用HTTPs 'secure' => false, // 沙盒环境 'sandbox' => false ]);

调用API

use Vicens\Alidayu\Alidayu;
// 发送短信通知
$sms = Alidayu::sms($recNum, $smsTemplateCode, $smsFreeSignName, $smsParam, $extend);
// 发送请求并返回响应
$response = $sms->send();

if ($response->success()) {
    // 接口返回成功
    print_r($response->getData());
} else {
    // 接口返回错误
    echo $response->getError();
}


已支持的接口列表

The Versions

03/02 2018

dev-master

9999999-dev

阿里云通信(阿里大于)SDK

  Sources   Download

MIT

The Requires

 

by Avatar vicens

阿里大于 阿里大鱼 阿里云通信

03/02 2018

v1.1.1

1.1.1.0

阿里云通信(阿里大于)SDK

  Sources   Download

MIT

The Requires

 

by Avatar vicens

阿里大于 阿里大鱼 阿里云通信

02/02 2018

v1.1.0

1.1.0.0

阿里云通信(阿里大于)SDK

  Sources   Download

MIT

The Requires

 

by Avatar vicens

阿里大于 阿里大鱼 阿里云通信

09/01 2018

v1.0.5

1.0.5.0

阿里云通信(阿里大于)SDK

  Sources   Download

MIT

The Requires

 

by Avatar vicens

阿里大于 阿里大鱼 阿里云通信

09/01 2018

v1.0.3

1.0.3.0

阿里云通信(阿里大于)SDK

  Sources   Download

MIT

The Requires

 

by Avatar vicens

阿里大于 阿里大鱼 阿里云通信

11/12 2017

v1.0.2

1.0.2.0

阿里云通信(阿里大于)SDK

  Sources   Download

MIT

The Requires

 

by Avatar vicens

阿里大于 阿里大鱼 阿里云通信

10/12 2017

v1.0.1

1.0.1.0

阿里云通信(阿里大于)SDK

  Sources   Download

MIT

The Requires

 

by Avatar vicens

阿里大于 阿里大鱼 阿里云通信

10/12 2017

v1.0

1.0.0.0

阿里云通信(阿里大于)SDK

  Sources   Download

MIT

The Requires

 

by Avatar vicens

阿里大于 阿里大鱼 阿里云通信