snhrk/aliyun-php-sdk

Aliyun PHP SDK Client Library

1.06 2017-09-06 03:05 UTC

This package is not auto-updated.

Last update: 2024-05-11 00:11:42 UTC


README

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