2017 © Pedro Peláez
 

library aliyun-openapi-php-sdk

aliyun api package

image

overnic/aliyun-openapi-php-sdk

aliyun api package

  • Monday, December 4, 2017
  • by overnic
  • Repository
  • 1 Watchers
  • 0 Stars
  • 85 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 31 % Grown

The README.md

基于阿里云sdk的psr-4版本

Requirements

  • PHP 5.4+

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


use Aliyun\Core\Profile\DefaultProfile; use Aliyun\Core\DefaultAcsClient; use Aliyun\Ecs\DescribeRegionsRequest; $iClientProfile = DefaultProfile::getProfile("cn-hangzhou", "<your accessKey>", "<your accessSecret>"); $client = new DefaultAcsClient($iClientProfile); $request = new DescribeRegionsRequest(); $request->setMethod("GET"); $response = $client->getAcsResponse($request); print_r($response);

The Versions

04/12 2017

dev-master

9999999-dev

aliyun api package

  Sources   Download

The Requires

  • php >=5.4

 

by Avatar overnic

04/12 2017

v1.2.0

1.2.0.0

aliyun api package

  Sources   Download

The Requires

  • php >=5.4

 

by Avatar overnic

25/05 2017

v1.1.0

1.1.0.0

aliyun api package

  Sources   Download

The Requires

  • php >=5.4

 

by Avatar overnic

17/04 2017

v1.0.0

1.0.0.0

aliyun api package

  Sources   Download

by Avatar overnic