2017 © Pedro Peláez
 

library alidayu

阿里大于(鱼)API-SDK;适用任何PHP项目,包括Laravel、Yii、Thinkphp等...

image

flc/alidayu

阿里大于(鱼)API-SDK;适用任何PHP项目,包括Laravel、Yii、Thinkphp等...

  • Saturday, October 7, 2017
  • by flc1125
  • Repository
  • 8 Watchers
  • 174 Stars
  • 17,466 Installations
  • PHP
  • 10 Dependents
  • 0 Suggesters
  • 59 Forks
  • 1 Open issues
  • 9 Versions
  • 13 % Grown

The README.md

阿里大于(鱼) - v2.0

Latest Stable Version Total Downloads php>=5.4 License 996.icu LICENSE, (*1)

PS:阿里短信 https://github.com/flc1125/dysms, (*2)

更新

v2.0.6 (2017-08-12)

v2.0.5 (2017-01-25)

  • 修复autoload.php https://github.com/flc1125/alidayu/issues/5

v2.0.4 (2016-10-25)

  • 新增自动载入功能(不依靠composer)
  • 新增Client::request快捷调用方法

v2.0.3 (2016-10-12)

  • 新增沙箱配置

功能

待测:因个人开发者,阿里大于权限相对较低。暂时无法测试;功能已开发,如测试可用,请告知~~, (*3)

环境

安装

composer require flc/alidayu

或, (*4)

require '/path/to/alidayu/autoload.php';

使用

 '*****',
    'app_secret' => '************',
    // 'sandbox'    => true,  // 是否为沙箱环境,默认false
];


// 使用方法一
$client = new Client(new App($config));
$req    = new AlibabaAliqinFcSmsNumSend;

$req->setRecNum('13312311231')
    ->setSmsParam([
        'number' => rand(100000, 999999)
    ])
    ->setSmsFreeSignName('叶子坑')
    ->setSmsTemplateCode('SMS_15105357');

$resp = $client->execute($req);

// 使用方法二
Client::configure($config);  // 全局定义配置(定义一次即可,无需重复定义)

$resp = Client::request('alibaba.aliqin.fc.sms.num.send', function (IRequest $req) {
    $req->setRecNum('13312311231')
        ->setSmsParam([
            'number' => rand(100000, 999999)
        ])
        ->setSmsFreeSignName('叶子坑')
        ->setSmsTemplateCode('SMS_15105357');
});

// 返回结果
print_r($resp);
print_r($resp->result->model);
?>

帮助

  • 意见、BUG反馈: https://github.com/flc1125/alidayu/issues

支持

  • 官方网址: https://www.alidayu.com/
  • 官方API文档: https://api.alidayu.com/doc2/apiList.htm
  • composer: https://getcomposer.org/

捐赠

如果你觉得本扩展对你有帮助,请捐赠以表支持,谢谢~~, (*5)

微信, (*6)

支付宝, (*7)

License

  • MIT
  • Anti 996

The Versions

07/10 2017

dev-master

9999999-dev

阿里大于(鱼)API-SDK;适用任何PHP项目,包括Laravel、Yii、Thinkphp等...

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

alidayu flc

12/08 2017

v2.0.6

2.0.6.0

阿里大于(鱼)API-SDK;适用任何PHP项目,包括Laravel、Yii、Thinkphp等...

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

alidayu flc

25/01 2017

v2.0.5

2.0.5.0

阿里大于(鱼)API-SDK;适用任何PHP项目,包括Laravel、Yii、Thinkphp等...

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

alidayu flc

25/10 2016

v2.0.4

2.0.4.0

叶子坑 - 阿里大于API

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

alidayu flc

12/10 2016

v2.0.3

2.0.3.0

叶子坑 - 阿里大于API

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

alidayu flc

25/09 2016

v2.0.2

2.0.2.0

叶子坑 - 阿里大于API

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

alidayu flc

20/09 2016

v2.0.1

2.0.1.0

叶子坑 - 阿里大于API

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

alidayu flc

20/09 2016

v2.0.0

2.0.0.0

叶子坑 - 阿里大于API

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

alidayu flc

18/02 2016

v1.0.0

1.0.0.0

  Sources   Download