PHPackages                             charlestide/aliyun-openapi-php-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. charlestide/aliyun-openapi-php-sdk

ActiveLibrary

charlestide/aliyun-openapi-php-sdk
==================================

aliyun api package

v1.2.1(7y ago)018PHPPHP &gt;=5.4

Since Apr 17Pushed 7y ago1 watchersCompare

[ Source](https://github.com/charlestide/aliyun-openapi-php-sdk)[ Packagist](https://packagist.org/packages/charlestide/aliyun-openapi-php-sdk)[ RSS](/packages/charlestide-aliyun-openapi-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (5)Used By (0)

基于阿里云sdk的psr-4版本
================

[](#基于阿里云sdk的psr-4版本)

Requirements
------------

[](#requirements)

- PHP 5.4+

Build
-----

[](#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
-------

[](#example)

```
use Aliyun\Core\Profile\DefaultProfile;
use Aliyun\Core\DefaultAcsClient;
use Aliyun\Ecs\DescribeRegionsRequest;

$iClientProfile = DefaultProfile::getProfile("cn-hangzhou", "", "");
$client = new DefaultAcsClient($iClientProfile);

$request = new DescribeRegionsRequest();
$request->setMethod("GET");
$response = $client->getAcsResponse($request);
print_r($response);
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 80.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~183 days

Total

4

Last Release

2758d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4869fbb5056b25c41163542e327ac00a5dca17c85e87ad5b1dbd057df1c9c2e3?d=identicon)[charlestide](/maintainers/charlestide)

---

Top Contributors

[![wuling0412](https://avatars.githubusercontent.com/u/11659543?v=4)](https://github.com/wuling0412 "wuling0412 (55 commits)")[![liyan2011](https://avatars.githubusercontent.com/u/12652623?v=4)](https://github.com/liyan2011 "liyan2011 (5 commits)")[![laiwang](https://avatars.githubusercontent.com/u/5135682?v=4)](https://github.com/laiwang "laiwang (3 commits)")[![malijiefoxmail](https://avatars.githubusercontent.com/u/6468240?v=4)](https://github.com/malijiefoxmail "malijiefoxmail (2 commits)")[![tangkeyu-gm88](https://avatars.githubusercontent.com/u/71122786?v=4)](https://github.com/tangkeyu-gm88 "tangkeyu-gm88 (2 commits)")[![ivanzhangwb](https://avatars.githubusercontent.com/u/809811?v=4)](https://github.com/ivanzhangwb "ivanzhangwb (1 commits)")

### Embed Badge

![Health badge](/badges/charlestide-aliyun-openapi-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/charlestide-aliyun-openapi-php-sdk/health.svg)](https://phpackages.com/packages/charlestide-aliyun-openapi-php-sdk)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
