PHPackages                             aaronjan/laravel-rabbit - 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. aaronjan/laravel-rabbit

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

aaronjan/laravel-rabbit
=======================

RabbitMQ driver for Laravel Queue

v0.6.3(9y ago)2292MITPHPPHP &gt;=7.0

Since Jul 11Pushed 9y ago1 watchersCompare

[ Source](https://github.com/AaronJan/Laravel-Rabbit)[ Packagist](https://packagist.org/packages/aaronjan/laravel-rabbit)[ RSS](/packages/aaronjan-laravel-rabbit/feed)WikiDiscussions master Synced 4w ago

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

Laravel-Rabbit
==============

[](#laravel-rabbit)

RabbitMQ Queue driver for Laravel.

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

[](#installation)

1. Install this package via composer using:

    `composer require aaronjan/laravel-rabbit`
2. Add LaravelQueueRabbitMQServiceProvider to `providers` array in `config/app.php`:

    `LaravelRabbit\LaravelQueueRabbitMQServiceProvider::class,`
3. Add these properties to `.env` with proper values:

    ```
     QUEUE_DRIVER=rabbitmq

     RABBITMQ_HOST=127.0.0.1
     RABBITMQ_PORT=5672
     RABBITMQ_VHOST=/
     RABBITMQ_LOGIN=guest
     RABBITMQ_PASSWORD=guest
     RABBITMQ_QUEUE=queue_name

    ```

You can also find full examples in src/examples folder.

Usage
-----

[](#usage)

Once you completed the configuration you can use Laravel Queue API. If you used other queue drivers you do not need to change anything else. If you do not know how to use Queue API, please refer to the official Laravel documentation:

Test
----

[](#test)

Unit tests will be provided soon.

Contribution
------------

[](#contribution)

You can contribute to this package by discovering bugs and opening issues.

Supported versions of Laravel (+Lumen)
--------------------------------------

[](#supported-versions-of-laravel-lumen)

`5.4`

The version is being matched by the release tag of this library.

Credits
-------

[](#credits)

Forked from [vladimir-yuldashev/laravel-queue-rabbitmq](https://github.com/vladimir-yuldashev/laravel-queue-rabbitmq)

###  Health Score

28

—

LowBetter than 51% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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 ~0 days

Total

5

Last Release

3319d ago

PHP version history (2 changes)v0.5.0PHP &gt;=5.6.4

v0.6.0PHP &gt;=7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/7026bc7fd567f2bd4d1fecb43d2f27df2a7275912ace43e98809ee0470504a87?d=identicon)[AaronJan](/maintainers/AaronJan)

---

Top Contributors

[![vyuldashev](https://avatars.githubusercontent.com/u/1809081?v=4)](https://github.com/vyuldashev "vyuldashev (140 commits)")[![AaronJan](https://avatars.githubusercontent.com/u/4630940?v=4)](https://github.com/AaronJan "AaronJan (8 commits)")[![dustindoiron](https://avatars.githubusercontent.com/u/857244?v=4)](https://github.com/dustindoiron "dustindoiron (6 commits)")[![nicksnellockts](https://avatars.githubusercontent.com/u/15774335?v=4)](https://github.com/nicksnellockts "nicksnellockts (3 commits)")[![jlozano254](https://avatars.githubusercontent.com/u/8600559?v=4)](https://github.com/jlozano254 "jlozano254 (3 commits)")[![jinchan-ck](https://avatars.githubusercontent.com/u/3828494?v=4)](https://github.com/jinchan-ck "jinchan-ck (2 commits)")[![eupathy](https://avatars.githubusercontent.com/u/6639227?v=4)](https://github.com/eupathy "eupathy (2 commits)")[![jakubkratina](https://avatars.githubusercontent.com/u/712021?v=4)](https://github.com/jakubkratina "jakubkratina (1 commits)")[![jowy](https://avatars.githubusercontent.com/u/391324?v=4)](https://github.com/jowy "jowy (1 commits)")[![mikanoz](https://avatars.githubusercontent.com/u/2713277?v=4)](https://github.com/mikanoz "mikanoz (1 commits)")[![mintopia](https://avatars.githubusercontent.com/u/105940?v=4)](https://github.com/mintopia "mintopia (1 commits)")[![pdscopes](https://avatars.githubusercontent.com/u/13329586?v=4)](https://github.com/pdscopes "pdscopes (1 commits)")[![amirrf](https://avatars.githubusercontent.com/u/7165132?v=4)](https://github.com/amirrf "amirrf (1 commits)")[![akeinhell](https://avatars.githubusercontent.com/u/1063877?v=4)](https://github.com/akeinhell "akeinhell (1 commits)")[![clanth](https://avatars.githubusercontent.com/u/17596953?v=4)](https://github.com/clanth "clanth (1 commits)")[![ConnorVG](https://avatars.githubusercontent.com/u/3260091?v=4)](https://github.com/ConnorVG "ConnorVG (1 commits)")[![GrahamCampbell](https://avatars.githubusercontent.com/u/2829600?v=4)](https://github.com/GrahamCampbell "GrahamCampbell (1 commits)")[![Grummfy](https://avatars.githubusercontent.com/u/668804?v=4)](https://github.com/Grummfy "Grummfy (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/aaronjan-laravel-rabbit/health.svg)

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

###  Alternatives

[laravel/scout

Laravel Scout provides a driver based solution to searching your Eloquent models.

1.7k57.2M678](/packages/laravel-scout)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[illuminate/queue

The Illuminate Queue package.

20433.0M1.8k](/packages/illuminate-queue)[api-platform/laravel

API Platform support for Laravel

58190.1k21](/packages/api-platform-laravel)[rapidez/core

Rapidez Core

1824.4k80](/packages/rapidez-core)[fomvasss/laravel-ai-tasks

AI task orchestrator for Laravel: routing, queue, audit, budget, webhooks

381.6k1](/packages/fomvasss-laravel-ai-tasks)

PHPackages © 2026

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