PHPackages                             icemanpro/aliyun-mns-laravel - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. icemanpro/aliyun-mns-laravel

ActiveLibrary[Queues &amp; Workers](/categories/queues)

icemanpro/aliyun-mns-laravel
============================

阿里云消息服务在Laravel5中的Queue拓展。

2.2.2(9y ago)01581MITPHPPHP &gt;=5.5.9

Since Apr 27Pushed 9y ago1 watchersCompare

[ Source](https://github.com/icemanpro/AliyunMns)[ Packagist](https://packagist.org/packages/icemanpro/aliyun-mns-laravel)[ Docs](https://github.com/icemanpro/AliyunMns)[ RSS](/packages/icemanpro-aliyun-mns-laravel/feed)WikiDiscussions master Synced yesterday

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

AliyunMns
=========

[](#aliyunmns)

[![Latest Stable Version](https://camo.githubusercontent.com/12e8e65db653055762d715fb746383dfee3e373a69de2e69835c707464e3c60e/68747470733a2f2f706f7365722e707567782e6f72672f6963656d616e70726f2f616c6979756e2d6d6e732d6c61726176656c2f762f737461626c65)](https://packagist.org/packages/icemanpro/aliyun-mns-laravel)[![License](https://camo.githubusercontent.com/fd4c8aeda03ef88d0d97fa19d88f6a3c048166178747fdb4d92271ac02b95c57/68747470733a2f2f706f7365722e707567782e6f72672f6963656d616e70726f2f616c6979756e2d6d6e732d6c61726176656c2f6c6963656e7365)](https://packagist.org/packages/icemanpro/aliyun-mns-laravel)

使用阿里云消息服务（MNS ）作为Laravel5队列驱动。

安装
--

[](#安装)

添加依赖包。

```
composer require icemanpro/aliyun-mns-laravel dev-master

```

使用
--

[](#使用)

找到 `config/app.php` 配置文件中，key为 `providers` 的数组，在数组中添加服务提供者。

```
	'providers' => [
		// ...
		Latrell\AliyunMns\MnsServiceProvider::class,
	]
```

打开队列配置文件 `config/queue.php`，修改驱动为 `mns` 。

服务地地址参考：[https://help.aliyun.com/document\_detail/mns/api\_reference/invoke/request.html?spm=5176.docmns/introduction/concepts.6.150.uNuU4m](https://help.aliyun.com/document_detail/mns/api_reference/invoke/request.html?spm=5176.docmns/introduction/concepts.6.150.uNuU4m)

```
	'connections' => [
		// ...
		'mns' => [
            'driver' => 'mns',
            'access_id' => 'your-access-key-id',
            'access_key' => 'your-access-key-secret',
            'security_token' => null,
            'end_point' => 'http(s)://{AccountId}.mns.cn-hangzhou.aliyuncs.com',
            'queue' => 'your-queue-name'
        ],
	],
```

SDK 版本号
-------

[](#sdk-版本号)

已含aliyunMNS SDK 1.3.1

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 58.6% 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 ~24 days

Total

6

Last Release

3506d ago

Major Versions

1.0 → 2.02016-08-18

### Community

Maintainers

![](https://www.gravatar.com/avatar/791b2f1f0c57b7c888ac0ee93776101f9a584fc1092cb4e0d0da617d2670cad4?d=identicon)[icemanpro](/maintainers/icemanpro)

---

Top Contributors

[![latrell](https://avatars.githubusercontent.com/u/6267962?v=4)](https://github.com/latrell "latrell (17 commits)")[![icemanpro](https://avatars.githubusercontent.com/u/1924688?v=4)](https://github.com/icemanpro "icemanpro (11 commits)")[![wl496928838](https://avatars.githubusercontent.com/u/7980509?v=4)](https://github.com/wl496928838 "wl496928838 (1 commits)")

---

Tags

laravellaravel 5aliyunl5mns

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M337](/packages/psalm-plugin-laravel)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

43140.3k](/packages/harris21-laravel-fuse)

PHPackages © 2026

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