wangmeng / aliyun-openapi-php-sdk
There is no license information available for the latest version (v0.1) of this package.
verify
v0.1
2019-02-19 12:24 UTC
Requires
- guzzlehttp/guzzle: ^6.3
This package is auto-updated.
Last update: 2025-05-20 17:48:34 UTC
README
Composer
We have released a new SDK that supports Composer and gradually stop maintenance this version. Welcome to the new SDK: Alibaba Cloud SDK for PHP
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
licensed under the Apache License 2.0