PHPackages                             aliyunapi/php-aliyun-open-api-dm - 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. aliyunapi/php-aliyun-open-api-dm

ActiveLibrary[API Development](/categories/api)

aliyunapi/php-aliyun-open-api-dm
================================

aliyunsdk

1.0.0(9y ago)243ApachePHPPHP &gt;=5.5.0

Since Mar 29Pushed 9y agoCompare

[ Source](https://github.com/aliyunapi/php-aliyun-open-api-dm)[ Packagist](https://packagist.org/packages/aliyunapi/php-aliyun-open-api-dm)[ RSS](/packages/aliyunapi-php-aliyun-open-api-dm/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

php-aliyun-open-api-dm
======================

[](#php-aliyun-open-api-dm)

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist aliyunapi/php-aliyun-open-api-dm

```

or add

```
"aliyunapi/php-aliyun-open-api-dm": "~1.0"

```

to the require section of your composer.json.

使用方式
----

[](#使用方式)

```
$client = new \aliyun\dm\Client([
    'accessKeyId' => '123456',
    'accessSecret' => '123456'
]);
$package = [
    'Action' => 'DescribeLiveStreamsPublishList',
    'DomainName' => 'live.cctv.com',
    'StartTime' => gmdate('Y-m-d\TH:i:s\Z', strtotime('2017-03-15')),
    'EndTime' => gmdate('Y-m-d\TH:i:s\Z', strtotime('2017-04-01')),
];
$response = $client->createRequest($package);
print_r($response);
exit;

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3382d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/87b658aa9d49e0c80cfc609fa2b9dc6d615672b1d895f421f751945a0e394087?d=identicon)[larvacent](/maintainers/larvacent)

---

Top Contributors

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

---

Tags

aliyunDMaliyun-sdk

### Embed Badge

![Health badge](/badges/aliyunapi-php-aliyun-open-api-dm/health.svg)

```
[![Health](https://phpackages.com/badges/aliyunapi-php-aliyun-open-api-dm/health.svg)](https://phpackages.com/packages/aliyunapi-php-aliyun-open-api-dm)
```

###  Alternatives

[alibabacloud/client

Alibaba Cloud Client for PHP - Use Alibaba Cloud in your PHP project

2393.7M372](/packages/alibabacloud-client)[aliyunapi/php-aliyun-open-api-live

aliyunsdk

193.7k](/packages/aliyunapi-php-aliyun-open-api-live)

PHPackages © 2026

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