2017 © Pedro Peláez
 

library alidayu

Alidayu SMS Service SDK for PHP.

image

aliwuyun/alidayu

Alidayu SMS Service SDK for PHP.

  • Tuesday, April 11, 2017
  • by aliwuyun
  • Repository
  • 1 Watchers
  • 1 Stars
  • 31 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Alidayu

Alidayu SMS Service SDK for PHP, (*1)

功能

环境

安装

composer require aliwuyun/alidayu

配置

  1. 编辑 config 文件夹下的 app.php文件
  2. providers 中添加 Aliwuyun\Alidayu\AlidayuServiceProvider::class,
  3. aliases 中添加 'Alidayu' => Aliwuyun\Alidayu\Facades\Alidayu::class,
  4. 运行 php artisan vendor:publish 命令,在 config 文件夹中生成 alidayu.php 文件
  5. 在生成的 alidayu.php 文件中填写你的 app_keyapp_secret

使用

<?php
use Alidayu;
use Aliwuyun\Alidayu\AlibabaAliqinFcSmsNumSend;

class AlidayuTest
{
    public function SendSms()
    {
        $message = (new AlibabaAliqinFcSmsNumSend())
            ->setRecNum('13888888888')
            ->setSmsParam(['number' => rand(100000, 999999)])
            ->setSmsFreeSignName('支付宝')
            ->setSmsTemplateCode('SMS_00000001');
        return Alidayu::send($message);
    }
}

支持

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

License

MIT, (*2)

The Versions

11/04 2017

dev-master

9999999-dev

Alidayu SMS Service SDK for PHP.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by fa.zeng

05/04 2017

v2.0

2.0.0.0

Alidayu SMS Service SDK for PHP.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by fa.zeng

05/04 2017

v1.5

1.5.0.0

Alidayu SMS Service SDK for PHP.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by fa.zeng

05/04 2017

v1.4

1.4.0.0

Alidayu SMS Service SDK for PHP.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by fa.zeng

05/04 2017

v1.3

1.3.0.0

Alidayu SMS Service SDK for PHP.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by fa.zeng

05/04 2017

v1.2

1.2.0.0

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by fa.zeng

01/04 2017

v1.1

1.1.0.0

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by fa.zeng

01/04 2017

v1.0

1.0.0.0

  Sources   Download

MIT

by fa.zeng