PHPackages                             dew-serverless/acs-sdk-php - 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. dew-serverless/acs-sdk-php

AbandonedArchivedLibrary[API Development](/categories/api)

dew-serverless/acs-sdk-php
==========================

Unofficial Alibaba Cloud PHP SDK.

v0.10.0+20251213(6mo ago)01.5k[16 PRs](https://github.com/dew-serverless/acs-sdk-php/pulls)MITPHPPHP ^8.2CI passing

Since Sep 8Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/dew-serverless/acs-sdk-php)[ Packagist](https://packagist.org/packages/dew-serverless/acs-sdk-php)[ RSS](/packages/dew-serverless-acs-sdk-php/feed)WikiDiscussions main Synced yesterday

READMEChangelog (10)Dependencies (15)Versions (29)Used By (0)

Integrate Alibaba Cloud with your PHP application.
==================================================

[](#integrate-alibaba-cloud-with-your-php-application)

[![Tests](https://github.com/dew-serverless/acs-sdk-php/actions/workflows/tests.yml/badge.svg)](https://github.com/dew-serverless/acs-sdk-php/actions/workflows/tests.yml)[![MIT License](https://camo.githubusercontent.com/d1873bbf0ea6137755152e627f92cce9ed461d43a1f8197d319f75cc44de59b4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6465772d7365727665726c6573732f6163732d73646b2d706870)](https://github.com/dew-serverless/acs-sdk-php)[![OpenAPI metadata](https://camo.githubusercontent.com/7a3c5aeace5bdd027064913078a237c72ee65dff8054688598b743f067ced1b4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4f70656e4150492d32303235313231332d626c7565)](https://github.com/dew-serverless/acs-sdk-php)[![Total Downloads](https://camo.githubusercontent.com/84d4cdc0318424064fbaed4c84c280f874c59f586581cfe3a08c8ec293260685/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6465772d7365727665726c6573732f6163732d73646b2d706870)](https://github.com/dew-serverless/acs-sdk-php)[![Release](https://camo.githubusercontent.com/75e559e628851a850da7194963adc96192a8d1476bbda6d6bc0d6d0e8a7665dd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6465772d7365727665726c6573732f6163732d73646b2d706870)](https://github.com/dew-serverless/acs-sdk-php)

⚠️ **Important:** This package is in the early stages of development and may undergo breaking changes at any time. If you plan to use this SDK in a production environment, please be aware that such changes could impact your application.

The unofficial SDK utilizes Alibaba Cloud [OpenAPI metadata](https://api.alibabacloud.com/openmeta/guide) and is designed to be HTTP client-agnostic. We aim to keep it simple, reusable, and maintainable, given the wide range of services offered by Alibaba Cloud. Even if you prefer to craft your own API requests, we can assist with request signing, sparing you from the complexities of signature calculations.

Quickstart
----------

[](#quickstart)

### Install

[](#install)

The SDK can be installed using *Composer* with the following command:

```
composer require dew-serverless/acs-sdk-php
```

### Usage

[](#usage)

Clients follow the naming convention of `Client`. For example, with VPC, let's create a new network for our awesome project:

```
use Dew\Acs\Vpc\VpcClient;

$client = new VpcClient([
    'region' => 'cn-shenzhen',
    'credentials' => [
        'key' => '',
        'secret' => '',
    ],
]);

$result = $client->createVpc([
    'RegionId' => 'cn-shenzhen',
]);

echo $result['VpcId']; // retrieve the newly-created VPC ID.
```

You can pass arguments to the service as an array. For details on additional fields you can include, please refer to the official product documentation.

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance75

Regular maintenance activity

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76.1% 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 ~42 days

Recently: every ~91 days

Total

12

Last Release

202d ago

PHP version history (2 changes)v0.1.0+20240907PHP ^8.3

v0.3.0+20240928PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2339485?v=4)[Zhineng Li](/maintainers/lizhineng)[@lizhineng](https://github.com/lizhineng)

---

Top Contributors

[![lizhineng](https://avatars.githubusercontent.com/u/2339485?v=4)](https://github.com/lizhineng "lizhineng (283 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (89 commits)")

---

Tags

acsalibaba-cloudalibabacloudaliyun

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Rector

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/dew-serverless-acs-sdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/dew-serverless-acs-sdk-php/health.svg)](https://phpackages.com/packages/dew-serverless-acs-sdk-php)
```

###  Alternatives

[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35789.4k2](/packages/telnyx-telnyx-php)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M738](/packages/sylius-sylius)[getbrevo/brevo-php

Official Brevo provided RESTFul API V3 php library

1003.9M50](/packages/getbrevo-brevo-php)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28150.5k](/packages/phpro-http-tools)[private-packagist/api-client

Private Packagist API Client

3584.8k1](/packages/private-packagist-api-client)[brd6/notion-sdk-php

Notion SDK for PHP

6123.0k](/packages/brd6-notion-sdk-php)

PHPackages © 2026

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