PHPackages                             jimchen/aliyun-acm - 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. jimchen/aliyun-acm

ActiveLibrary[API Development](/categories/api)

jimchen/aliyun-acm
==================

阿里云ACM PHP SDK

v1.0.2(5y ago)16MITPHPPHP &gt;=7.0

Since May 17Pushed 5y ago1 watchersCompare

[ Source](https://github.com/JimChenWYU/aliyun-acm)[ Packagist](https://packagist.org/packages/jimchen/aliyun-acm)[ RSS](/packages/jimchen-aliyun-acm/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

 PHP SDK for aliyun ACM.
=========================

[](#-php-sdk-for-aliyun-acm-)

 阿里云ACM PHP SDK.

Installing
----------

[](#installing)

```
$ composer require jimchen/aliyun-acm -vvv
```

Usage
-----

[](#usage)

```
use Aliyun\Acm\Client;

$client = new Client('acm.aliyun.com');
$client->setAccessKey('your access key');
$client->setSecretKey('your secret key');
$client->setNameSpace('your namespace');
$client->setNameSpace('your namespace');
$client->setAppName('your app name');

/**
 * 在进行下面操作前必须调用获取服务器IP列表 refreshAcmServerIpList()
 * @see https://help.aliyun.com/document_detail/64129.html?spm=a2c4g.11186623.6.574.bef5674fio1Bnv
 */
$client->refreshAcmServerIpList();

/**
 * 获取配置
 * @see https://help.aliyun.com/document_detail/64131.html?spm=a2c4g.11186623.6.576.5305674fxujgIk
 * @var string $config
 */
$config = $client->getConfig('your dataId', 'your group');
/**
 * 发布配置
 * @see https://help.aliyun.com/document_detail/69307.html?spm=a2c4g.11186623.6.578.2cf37a1c8vxBgD
 * @var bool $isPublish
 */
$isPublish = $client->publish('your dataId', 'your group', '{"a":1}');
/**
 * 删除配置
 * @see https://help.aliyun.com/document_detail/69308.html?spm=a2c4g.11186623.6.579.23e052b5igAgFi
 * @var bool $isRemove
 */
$isRemove = $client->remove('your dataId', 'your group');
/**
 * 检查配置是否更新，如果检测到更新会立即返回true，否则会进行长轮询等待30秒
 * @see https://help.aliyun.com/document_detail/64132.html?spm=a2c4g.11186623.6.577.5b9111b6a3vgi8
 * @var bool $isModify
 */
$isModify = $client->checkIfModify('your dataId', 'your group', '{"a":1}');
```

Contributing
------------

[](#contributing)

You can contribute in one of three ways:

1. File bug reports using the [issue tracker](https://github.com/JimChenWYU/aliyun-acm/issues).
2. Answer questions or fix bugs on the [issue tracker](https://github.com/JimChenWYU/aliyun-acm/issues).
3. Contribute new features or update the wiki.

*The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.*

License
-------

[](#license)

MIT

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

3

Last Release

2184d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/20cebafc45fd6fc5f67bf655119a3b27e9b208e248f2d7f5c98fd6c0a101485b?d=identicon)[jimchen](/maintainers/jimchen)

---

Top Contributors

[![JimChenWYU](https://avatars.githubusercontent.com/u/12371374?v=4)](https://github.com/JimChenWYU "JimChenWYU (6 commits)")

---

Tags

aliyunaliyun-acmlibraryphp7sdk-php

### Embed Badge

![Health badge](/badges/jimchen-aliyun-acm/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

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

A PHP wrapper for Twilio's API

1.6k92.9M271](/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.1M454](/packages/google-gax)

PHPackages © 2026

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