Download the PHP package yundun/yundunsdk without Composer
On this page you can find all versions of the php package yundun/yundunsdk. 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 yundunsdk
YUNDUN API PHP SDK legend
- 接口基地址: 'http://apiv4.yundun.cn/V4/';
- 接口遵循RESTful,默认请求体json,接口默认返回json
-
app_id, app_secret 联系技术客服,先注册一个云盾的账号,用于申请绑定api身份
-
签名
- 每次请求都签名,保证传输过程数据不被篡改
- 客户端:sha256签名算法,将参数base64编码+app_secret用sha256签名,每次请求带上签名
- 服务端:拿到参数用相同的算法签名,对比签名是否正确
- 环境要求:php >=5.5
- 依赖composer
使用步骤
-
composer require yundun/yundunsdk
-
实例化
- 调用
format json返回json,xml返回xml
body 支持传递json和数组
urlParams会拼接在url后面
支持get/post/patch/put/delete方法
sync request
-
get
- post/put/patch/delete
async request
-
get
- post/put/patch/delete
All versions of yundunsdk with dependencies
PHP Build Version
Package Version
The package yundun/yundunsdk contains the following files
Loading the files please wait ....