mobingilabs/aliyun-php-sdk

Aliyun PHP SDK Client Library

Installs: 31

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

pkg:composer/mobingilabs/aliyun-php-sdk

1.0.3 2017-10-04 07:11 UTC

This package is auto-updated.

Last update: 2025-09-12 22:16:25 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