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

ArchivedLibrary[API Development](/categories/api)

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

Unofficial Alibaba Cloud PHP SDK.

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

Since Sep 8Pushed 1mo 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 1mo ago

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

42

—

FairBetter than 90% of packages

Maintenance83

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

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

156d 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

[jolicode/slack-php-api

An up to date PHP client for Slack's API

2534.4M12](/packages/jolicode-slack-php-api)[friendsofsymfony/http-cache

Tools to manage HTTP caching proxies with PHP

36114.7M36](/packages/friendsofsymfony-http-cache)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28137.8k](/packages/phpro-http-tools)[getbrevo/brevo-php

Official Brevo provided RESTFul API V3 php library

963.1M35](/packages/getbrevo-brevo-php)[swisnl/json-api-client

A PHP package for mapping remote JSON:API resources to Eloquent like models and collections.

211473.2k12](/packages/swisnl-json-api-client)[mariosimao/notion-sdk-php

A complete Notion SDK for PHP developers.

171225.1k1](/packages/mariosimao-notion-sdk-php)

PHPackages © 2026

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