PHPackages                             yarec/aliyun-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. [API Development](/categories/api)
4. /
5. yarec/aliyun-sdk

ActiveLibrary[API Development](/categories/api)

yarec/aliyun-sdk
================

A Composer package of aliyun openapi.

010PHP

Since Jul 2Pushed 7y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Aliyun-openapi SDK with Composer
================================

[](#aliyun-openapi-sdk-with-composer)

安装
--

[](#安装)

添加下述配置至`{project}/package.json`

```
    "repositories": [
+       {
+           "type": "vcs",
+           "url": "https://github.com/ddingchen/aliyun-openapi"
+       }
    ],
    "require": {
+       "ddingchen/aliyun-openapi": "dev-master"
    },
```

项目目录下执行下述命令进行安装

```
$ composer update ddingchen/aliyun-openapi

```

使用示例
----

[](#使用示例)

```
use Aliyun\Aliyun;
use Ecs\Request\V20140526\DescribeRegionsRequest;

// openapi的一些必要的全局设定（功能尚不完善）
Aliyun::setUp();

// 下面为示例业务代码，与官方SDK使用无差别
$profile = \DefaultProfile::getProfile("cn-hangzhou", "your-key", "your-secret");
$client = new \DefaultAcsClient($profile);
$request = new DescribeRegionsRequest();
$request->setMethod("GET");
$response = $client->getAcsResponse($request);
var_dump($response);
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/026ee6300d4121ddb303ce606a2ec840f8d5c03ee93c7742893ec4fa00ea4d3c?d=identicon)[yarec](/maintainers/yarec)

---

Top Contributors

[![ddingchen](https://avatars.githubusercontent.com/u/6316967?v=4)](https://github.com/ddingchen "ddingchen (3 commits)")[![yarec](https://avatars.githubusercontent.com/u/1519413?v=4)](https://github.com/yarec "yarec (2 commits)")

### Embed Badge

![Health badge](/badges/yarec-aliyun-sdk/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M452](/packages/google-gax)

PHPackages © 2026

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