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(8y ago)2292MITPHPPHP &gt;=7.0

Since Jul 11Pushed 8y 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 3d 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 54% 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

3228d 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

[illuminate/queue

The Illuminate Queue package.

20331.4M1.2k](/packages/illuminate-queue)[palpalani/laravel-sqs-queue-json-reader

Custom SQS queue reader for Laravel

26109.8k](/packages/palpalani-laravel-sqs-queue-json-reader)[rapidez/core

Rapidez Core

1820.7k53](/packages/rapidez-core)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[aplr/kafkaesk

Laravel Kafka queue driver

102.1k](/packages/aplr-kafkaesk)

PHPackages © 2026

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