PHPackages                             ripples/aliyun-mns - 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. ripples/aliyun-mns

ActiveLibrary[API Development](/categories/api)

ripples/aliyun-mns
==================

Unofficial SDK for Aliyun MNS(MQS).

0.1.1(10y ago)119MITPHP

Since Sep 5Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ripples-alive/Aliyun-MNS)[ Packagist](https://packagist.org/packages/ripples/aliyun-mns)[ Docs](https://github.com/JayvicWen/Aliyun-MNS)[ RSS](/packages/ripples-aliyun-mns/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Aliyun MNS
==========

[](#aliyun-mns)

This is an unofficial SDK for Aliyun MNS (MQS).

*Thought it work fine, I do not like it at all and may rewrite it when I'm have time.*

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

[](#installation)

This package can be installed through `composer`.

```
composer require ripples/aliyun-mns
```

Usage
-----

[](#usage)

```
use Ripples\Aliyun\MNS;

$client = new MNS([
    'accessKeyId' => 'accessKeyId',
    'accessKeySecret' => 'accessKeySecret',
    'accessOwnerId' => 'transformQueueOwner',
    'accessRegion' => 'transformQueueRegion',
    'accessQueue' => 'transformQueueName',
]);

$client->sendMessage([
    'MessageBody' => 'A message.',
    'DelaySeconds' => 0,
    'Priority' => 8
]);

$msg = $client->receiveMessage();

$client->dropMessage([
    'ReceiptHandle' => '1-ODU4OTkzNDU5My0xNDA1ODQ4OTUwLTItOA=='
]);
```

LICENSE
-------

[](#license)

[MIT](./LICENSE)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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 ~32 days

Total

2

Last Release

3875d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f272db960038770b21cae4a0e35a03573497e49342bfc89fc8481a7b1cd61363?d=identicon)[Ripples](/maintainers/Ripples)

---

Top Contributors

[![ripples-alive](https://avatars.githubusercontent.com/u/7439574?v=4)](https://github.com/ripples-alive "ripples-alive (3 commits)")

---

Tags

aliyunmnsmqs

### Embed Badge

![Health badge](/badges/ripples-aliyun-mns/health.svg)

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

###  Alternatives

[alibabacloud/client

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

2223.5M367](/packages/alibabacloud-client)

PHPackages © 2026

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