2017 © Pedro Peláez
 

library aliyun-openapi

autoload wrapper for aliyun-openapi

image

neoteched/aliyun-openapi

autoload wrapper for aliyun-openapi

  • Friday, December 29, 2017
  • by SyuTingSong
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 311 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

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

licensed under the Apache License 2.0, (*1)

The Versions

29/12 2017

dev-master

9999999-dev

autoload wrapper for aliyun-openapi

  Sources   Download

Apache 2.0

by TingSong-Syu

29/12 2017

v1.0.3

1.0.3.0

autoload wrapper for aliyun-openapi

  Sources   Download

Apache 2.0

by TingSong-Syu

29/12 2017

v1.0.2

1.0.2.0

autoload wrapper for aliyun-openapi

  Sources   Download

Apache 2.0

by TingSong-Syu

29/12 2017

v1.0.1

1.0.1.0

autoload wrapper for aliyun-openapi

  Sources   Download

Apache 2.0

by TingSong-Syu

29/12 2017

v1.0.0

1.0.0.0

autoload wrapper for aliyun-openapi

  Sources   Download

Apache 2.0

by TingSong-Syu