Download the PHP package aliwuyun/alidayu without Composer
On this page you can find all versions of the php package aliwuyun/alidayu. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package alidayu
Alidayu
Alidayu SMS Service SDK for PHP
功能
- 短信发送
- 短信发送记录查询
- 文本转语音通知
- 语音通知
- 多方通话
- 流量直充
- 流量直充查询
- 流量直充分省接口
- 流量直充档位表
- 辅助方法
环境
- PHP >= 5.4
- composer
安装
配置
- 编辑 config 文件夹下的
app.php
文件- 在
providers
中添加Aliwuyun\Alidayu\AlidayuServiceProvider::class,
- 在
aliases
中添加'Alidayu' => Aliwuyun\Alidayu\Facades\Alidayu::class,
- 运行
php artisan vendor:publish
命令,在 config 文件夹中生成alidayu.php
文件- 在生成的
alidayu.php
文件中填写你的app_key
和app_secret
使用
支持
- 官方网址: https://www.alidayu.com/
- 官方API文档: https://api.alidayu.com/doc2/apiList.htm
- composer: https://getcomposer.org/
License
MIT
All versions of alidayu with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package aliwuyun/alidayu contains the following files
Loading the files please wait ....