2017 © Pedro Peláez
 

library php-aliyun-open-api-cdn

aliyunsdk

image

aliyunapi/php-aliyun-open-api-cdn

aliyunsdk

  • Wednesday, March 29, 2017
  • by xutl
  • Repository
  • 0 Watchers
  • 1 Stars
  • 73 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 40 % Grown

The README.md

php-aliyun-open-api-cdn

Installation

The preferred way to install this extension is through composer., (*1)

Either run, (*2)

php composer.phar require --prefer-dist aliyunapi/php-aliyun-open-api-cdn

or add, (*3)

"aliyunapi/php-aliyun-open-api-cdn": "~1.0"

to the require section of your composer.json., (*4)

使用方式

$client = new \aliyun\cdn\Client([
    'accessKeyId' => '123456',
    'accessSecret' => '123456'
]);

//@sec https://help.aliyun.com/document_detail/27158.html
$package = [
    'Action' => 'DescribeCdnService',
    //etc...
];
$response = $client->createRequest($package);
print_r($response);
exit;

The Versions

29/03 2017

dev-master

9999999-dev

aliyunsdk

  Sources   Download

Apache

The Requires

 

by Xu TL

aliyun aliyun sdk

29/03 2017

1.0.0

1.0.0.0

aliyunsdk

  Sources   Download

Apache

The Requires

 

by Xu TL

aliyun aliyun sdk