PHPackages                             jmhc/laravel-rabbitmq - 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. jmhc/laravel-rabbitmq

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

jmhc/laravel-rabbitmq
=====================

Laravel rabbitmq.

v8.0.1(5y ago)068MITPHPPHP ^7.3

Since Aug 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/jumihc-company/laravel-rabbitmq)[ Packagist](https://packagist.org/packages/jmhc/laravel-rabbitmq)[ Docs](http://jumihc.com/)[ RSS](/packages/jmhc-laravel-rabbitmq/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (6)Used By (0)

介绍
--

[](#介绍)

> 环境变量值参考：[env](docs/ENV.md)
>
> 详细使用说明查看：[README.md](https://github.com/vyuldashev/laravel-queue-rabbitmq/blob/master/README.md)

安装
--

[](#安装)

使用以下命令安装：

```
$ composer require jmhc/laravel-rabbitmq

```

快速使用
----

[](#快速使用)

- 配置环境变量
- 启用监听
- 书写业务代码

**启用监听:**

```
php artisan queue:work rabbitmq
```

**业务代码：**

```
// 任务类
use Jmhc\Rabbitmq\Jobs\BaseRabbitmq;

class CustomJob extends BaseRabbitmq
{
    // 自行实现逻辑
    public function handle()
    {
        // 调用任务时传递的数据为 msg
        // $this->msg->key === 'value';
    }
}

// 调用任务类
CustomJob::dispatch([
    'key' => 'value',
    ...
]);
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Total

5

Last Release

1994d ago

Major Versions

v2.0.0 → v8.0.02020-11-13

PHP version history (2 changes)2.0.x-devPHP ^7.2

v8.0.0PHP ^7.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/2263baf3d3c09bc52fb734b0b5ad1e9b17905738b4d0029a328b789c79092ee7?d=identicon)[jmhc](/maintainers/jmhc)

---

Top Contributors

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

---

Tags

laravelrabbitmqjmhc

### Embed Badge

![Health badge](/badges/jmhc-laravel-rabbitmq/health.svg)

```
[![Health](https://phpackages.com/badges/jmhc-laravel-rabbitmq/health.svg)](https://phpackages.com/packages/jmhc-laravel-rabbitmq)
```

###  Alternatives

[mookofe/tail

RabbitMQ and PHP client for Laravel and Lumen that allows you to add and listen queues messages just simple

5552.5k](/packages/mookofe-tail)[chocofamilyme/laravel-pubsub

AMQP wrapper for Laravel to publish and consume messages

1120.0k](/packages/chocofamilyme-laravel-pubsub)[kunalvarma05/laravel-rabbitmq

Work with RabbitMQ in Laravel.

1853.7k](/packages/kunalvarma05-laravel-rabbitmq)[iamfarhad/laravel-rabbitmq

A robust RabbitMQ driver for Laravel Queue with advanced message queuing, reliable delivery, and high-performance async processing capabilities

3215.6k](/packages/iamfarhad-laravel-rabbitmq)

PHPackages © 2026

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