2017 © Pedro Peláez
 

library aliyun-openapi-php-sdk

Alibaba Cloud SDK for PHP

image

anchnet/aliyun-openapi-php-sdk

Alibaba Cloud SDK for PHP

  • Tuesday, June 26, 2018
  • by eaglewu
  • Repository
  • 8 Watchers
  • 13 Stars
  • 754 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 311 Forks
  • 1 Open issues
  • 1 Versions
  • 64 % 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.

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

The Versions

26/06 2018

dev-master

9999999-dev

Alibaba Cloud SDK for PHP

  Sources   Download

Apache-2.0 Apache License 2.0

The Requires

 

The Development Requires

by wudi