anchnet/aliyun-openapi-php-sdk
Composer 安装命令:
composer require anchnet/aliyun-openapi-php-sdk
包简介
Alibaba Cloud SDK for PHP
README 文档
README
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.
Composer Support
composer require anchnet/aliyun-openapi-php-sdk:dev-master
Example
include_once 'vendor/autoload.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
统计信息
- 总下载量: 25.96k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 24
- 点击次数: 0
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2017-10-27