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

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

designmynight/laravel-horizon-rabbitmq
======================================

A package to support horizon with RabbitMQ

v1.0.3(7y ago)211.8k5MITPHP

Since Sep 14Pushed 7y agoCompare

[ Source](https://github.com/designmynight/laravel-horizon-rabbitmq)[ Packagist](https://packagist.org/packages/designmynight/laravel-horizon-rabbitmq)[ Docs](https://github.com/designmynight/laravel-horizon-rabbitmq)[ RSS](/packages/designmynight-laravel-horizon-rabbitmq/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (9)Dependencies (3)Versions (10)Used By (0)

Laravel Horizon RabbitMQ
========================

[](#laravel-horizon-rabbitmq)

[![Latest Stable Version](https://camo.githubusercontent.com/35dac0c86f8682acbfcb3d05cbcf87487169f60634362077ab2f31711a42ca51/687474703a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f64657369676e6d796e696768742f6c61726176656c2d686f72697a6f6e2d7261626269746d712e737667)](https://packagist.org/packages/designmynight/laravel-horizon-rabbitmq) [![Total Downloads](https://camo.githubusercontent.com/6b793c678508965fc1d99f589100ef66c497af96eff362448a4b1343db68b3fb/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f64657369676e6d796e696768742f6c61726176656c2d686f72697a6f6e2d7261626269746d712e737667)](https://packagist.org/packages/designmynight/laravel-horizon-rabbitmq)[![StyleCI](https://camo.githubusercontent.com/ecb65959c592c640bb8495b63a9f44972193b0718681ea16eb1e6fee0a913775/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3134373432343033372f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/147424037)[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)

A service provider to add support for a [RabbitMQ](https://github.com/vyuldashev/laravel-queue-rabbitmq) queue driver to [Laravel Horizon](https://github.com/laravel/horizon).

Table of contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Configuration](#configuration)

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

[](#installation)

Installation using composer:

```
composer require designmynight/laravel-horizon-rabbitmq
```

### Laravel version Compatibility

[](#laravel-version-compatibility)

LaravelPackage5.6.x0.1.x5.7.x1.0.xAnd add the service provider in `config/app.php`:

```
DesignMyNight\Laravel\Horizon\HorizonServiceProvider::class,
```

Configuration
-------------

[](#configuration)

Be sure to set the connection of your supervisor queue to `rabbitmq` in `config/horizon.php`:

```
'environments' => [
        'production' => [
            'supervisor-1' => [
                'connection' => 'rabbitmq',
                'queue' => ['default'],
                'balance' => 'simple',
                'processes' => 8,
                'tries' => 3,
            ],
        ],
```

The service provider will overide the default laravel horizon redis queue and redis job classes with a RabbitMQ implentation in order to trigger the necessary events for horizon to function correctly.

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~46 days

Total

9

Last Release

2590d ago

Major Versions

v0.1.4 → v1.0.02018-10-22

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12199424?v=4)[Steve Porter](/maintainers/StevePorter92)[@StevePorter92](https://github.com/StevePorter92)

---

Top Contributors

[![ibrunotome](https://avatars.githubusercontent.com/u/4256471?v=4)](https://github.com/ibrunotome "ibrunotome (1 commits)")[![mrvnklm](https://avatars.githubusercontent.com/u/24477241?v=4)](https://github.com/mrvnklm "mrvnklm (1 commits)")[![StevePorter92](https://avatars.githubusercontent.com/u/12199424?v=4)](https://github.com/StevePorter92 "StevePorter92 (1 commits)")

---

Tags

horizon-rabbitmqlaravellaravel-horizonlaravel-horizon-rabbitmqotherlaravelrabbitmqdesignmynightlaravel horizonlaravel-horizon-rabbitmq

### Embed Badge

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

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

###  Alternatives

[bschmitt/laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages

2752.3M7](/packages/bschmitt-laravel-amqp)[nuwber/rabbitevents

The Nuwber RabbitEvents package

120515.8k3](/packages/nuwber-rabbitevents)[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)[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)
