2017 © Pedro Peláez
 

library aliyun-openapi-php-sdk

Fork from https://github.com/aliyun/aliyun-openapi-php-sdk

image

royfj/aliyun-openapi-php-sdk

Fork from https://github.com/aliyun/aliyun-openapi-php-sdk

  • Tuesday, July 3, 2018
  • by 157185350@qq.com
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 312 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Open API SDK for php developers

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, (*1)

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);

License

licensed under the Apache License 2.0, (*2)

The Versions

03/07 2018

dev-master

9999999-dev

Fork from https://github.com/aliyun/aliyun-openapi-php-sdk

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by lgh

03/07 2018

0.0.1

0.0.1.0

Fork from https://github.com/aliyun/aliyun-openapi-php-sdk

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by lgh