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
Requires
- php: >=5.3
Requires (Dev)
- phpunit/phpunit: 6.3.*
This package is auto-updated.
Last update: 2025-09-12 22:16:25 UTC
README
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);