PHPackages                             xutl/laravel-aliyun-mns-queue - 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. xutl/laravel-aliyun-mns-queue

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

xutl/laravel-aliyun-mns-queue
=============================

This is a Laravel queue adapter for the Aliyun MNS.

1.0.1(7y ago)0174MITPHP

Since Jun 11Pushed 7y agoCompare

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

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

laravel-aliyun-mns-queue
========================

[](#laravel-aliyun-mns-queue)

This is a queue adapter for the Aliyun MNS

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

[](#installation)

```
composer require xutl/laravel-aliyun-mns-queue
```

for Laravel
-----------

[](#for-laravel)

This service provider must be registered.

```
// config/app.php

'providers' => [
    '...',
    XuTL\Aliyun\Mns\Queue\AliyunMnsServiceProvider::class,
];
```

edit the config file: config/queue.php

add config

```
        'mns' => [
            'driver' => 'mns',
            'access_id' => env('MNS_ACCESS_ID', 'your-access-key-id'),
            'access_key' => env('MNS_ACCESS_KEY', 'your-access-key-secret'),
            'security_token' => env('MNS_SECURITY_TOKEN', 'your-security-token'),
            'endpoint' => 'http(s)://{AccountId}.mns.cn-hangzhou.aliyuncs.com',
            'queue' => 'default'
        ],
```

change default to mns

```
    'default' => 'mns'
```

Use
---

[](#use)

see [Laravel wiki](https://laravel.com/docs/5.6/queues)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Total

2

Last Release

2810d 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 (6 commits)")

---

Tags

aliyun-mnslaravellaravel-packagemnsqueuealiyunmns

### Embed Badge

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

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

###  Alternatives

[php-amqplib/php-amqplib

Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.

4.6k125.3M879](/packages/php-amqplib-php-amqplib)[ramsey/collection

A PHP library for representing and manipulating collections.

1.2k486.0M69](/packages/ramsey-collection)[queue-interop/queue-interop

Promoting the interoperability of MQs objects. Based on Java JMS

48030.5M87](/packages/queue-interop-queue-interop)[aliyunmq/mq-http-sdk

Aliyun Message Queue(MQ) Http PHP SDK, PHP&gt;=5.5.0

75379.9k14](/packages/aliyunmq-mq-http-sdk)[phootwork/collection

The phootwork library fills gaps in the php language and provides better solutions than the existing ones php offers.

3924.8M15](/packages/phootwork-collection)[lokielse/laravel-mns

Aliyun MNS Queue Driver For Laravel

2614.9k](/packages/lokielse-laravel-mns)

PHPackages © 2026

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