dev-master
9999999-devaliyunsdk
Apache
The Requires
- php >=5.5.0
- aliyunapi/guzzle-subscriber ~1.0
by Xu TL
aliyun aliyun sdk
1.0.0
1.0.0.0aliyunsdk
Apache
The Requires
- php >=5.5.0
- aliyunapi/guzzle-subscriber ~1.0
by Xu TL
aliyun aliyun sdk
Wallogit.com
2017 © Pedro Peláez
aliyunsdk
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;
aliyunsdk
Apache
aliyun aliyun sdk
aliyunsdk
Apache
aliyun aliyun sdk