PHPackages                             neilyoz/laravel-queue-rocketmq - 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. neilyoz/laravel-queue-rocketmq

ActiveLibrary

neilyoz/laravel-queue-rocketmq
==============================

laravel queue rocketmq implements

2506PHP

Since May 26Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Neilyoz/laravel-queue-rocketmq)[ Packagist](https://packagist.org/packages/neilyoz/laravel-queue-rocketmq)[ RSS](/packages/neilyoz-laravel-queue-rocketmq/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel 8 RocketMQ 组件
=====================

[](#laravel-8-rocketmq-组件)

> fork on [freyo/laravel-queue-rocketmq](https://github.com/freyo/laravel-queue-rocketmq)

thanks freyo！！！

Add env value to .env

```
QUEUE_CONNECTION=rocketmq

ROCKETMQ_ACCESS_ID=
ROCKETMQ_ACCESS_KEY=
ROCKETMQ_ENDPOINT=
ROCKETMQ_INSTANCE_ID=
ROCKETMQ_GROUP_ID=
ROCKETMQ_QUEUE=
ROCKETMQ_USE_MESSAGE_TAG=false
ROCKETMQ_WAIT_SECONDS=0
ROCKETMQ_PLAIN_ENABLE=false
ROCKETMQ_PLAIN_JOB=
```

```
return [
    'providers' => [
        ...
        Neilyoz\LaravelQueueRocketMQ\LaravelQueueRocketMQServiceProvider::class,
    ],
];
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/neilyoz-laravel-queue-rocketmq/health.svg)

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

PHPackages © 2026

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