Download the PHP package liwqbj/afs-sdk-php without Composer
On this page you can find all versions of the php package liwqbj/afs-sdk-php. 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 afs-sdk-php
Open API SDK for php developers
Requirements
- PHP 5.3+
Build
- to run unit tests, you will have to configure aliyun-sdk.properties files in your user directory, and make sure your project has corresponding service enabled, eg. openmr.
Example
include_once '../aliyun-php-sdk-core/Config.php';
use Ecs\Request\V20140526 as Ecs;
$iClientProfile = DefaultProfile::getProfile("cn-hangzhou", "<your accessKey>", "<your accessSecret>");
$client = new DefaultAcsClient($iClientProfile);
$request = new Ecs\DescribeRegionsRequest();
$request->setMethod("GET");
$response = $client->getAcsResponse($request);
print_r($response);
Authors && Contributors
License
All versions of afs-sdk-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3
The package liwqbj/afs-sdk-php contains the following files
Loading the files please wait ....