2017 © Pedro Peláez
 

library aliyuncdn

AliYunCDN

image

ping-qu/aliyuncdn

AliYunCDN

  • Friday, November 24, 2017
  • by linyueb
  • Repository
  • 3 Watchers
  • 0 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

阿里云CDN SDK, (*1)

说明

阿里云CDN API参考手册:https://help.aliyun.com/document_detail/27155.html, (*2)

http 请求使用 Guzzle 三方库(v5.3),具体文档可参考:https://github.com/guzzle/guzzle, (*3)

安装

composer require ping-qu\aliyuncdn

使用方法

// 时区设置
date_default_timezone_set('UTC');
// 实例化客户端
$client = new eddy\AliYunCDNClient('key', 'secret');
// 发送请求
$response = $client->RefreshObjectCaches(['ObjectPath' => 'url']);
if ($response !== false) {
    // http 请求返回内容
    echo $response->getBody();
    // http 响应状态码
    echo $response->getStatusCode();
}

The Versions

24/11 2017

dev-master

9999999-dev

AliYunCDN

  Sources   Download

MIT

The Requires

 

by linyue

24/07 2017

v0.0.2

0.0.2.0

AliYunCDN

  Sources   Download

MIT

The Requires

 

by linyue

24/07 2017

v0.0.1

0.0.1.0

AliYunCDN

  Sources   Download

MIT

The Requires

 

by linyue