2017 © Pedro Peláez
 

library afs-sdk-php

滑动验证sdk包

image

liwqbj/afs-sdk-php

滑动验证sdk包

  • Wednesday, March 7, 2018
  • by liwqbj
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 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

The Versions

07/03 2018

dev-master

9999999-dev

滑动验证sdk包

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3

 

by Avatar liwqbj

07/03 2018

1.0.0

1.0.0.0

滑动验证sdk包

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3

 

by Avatar liwqbj