Skip to content

SnhrK/aliyun-php-sdk-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aliyun-php-sdk

Build Status

Library

Alibaba Cloud SDK for PHP https://github.com/aliyun/aliyun-openapi-php-sdk

Example

use Aliyun\Ecs\EcsClient;

$this->ecs = new EcsClient()
    ->setProfile("cn-hangzhou", "<your accessKey>", "<your accessSecret>")->build();
$result = $this->ecs->describeRegion();
print_r($result);

Authors && Contributors

About

aliyun-php-sdk

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages