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

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

codemaxbr/rabbitmq
==================

RabbitMQ Adapter for Laravel

01PHP

Since Mar 27Pushed 5y ago1 watchersCompare

[ Source](https://github.com/codemaxbr/rabbitmq)[ Packagist](https://packagist.org/packages/codemaxbr/rabbitmq)[ RSS](/packages/codemaxbr-rabbitmq/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

 Adaptation of the php-amqplib package for Laravel
===================================================

[](#-adaptation-of-the-php-amqplib-package-for-laravel)

Adaptation of the php-amqplib package for use in Laravel made with much 💕

For more information on php-aqpmqblib package visit their [repository](https://github.com/php-amqplib/php-amqplib)

🚀 Installation
--------------

[](#-installation)

Require the `codemaxbr/rabbitmq` package in your `composer.json` and update your dependencies:

```
composer require geekshubs/rabbitmq
```

Add env parameters to configuration in Lumen and Laravel.

```
RABBITMQ_HOST=rabbit
RABBITMQ_PORT=5672
RABBITMQ_USER=rabbitmq
RABBITMQ_PASSWORD=rabbitmq
RABBITMQ_VHOST='/'
```

In app/config/app.php add the following :

The ServiceProvider to the providers array :

```
CodemaxBR\RabbitMQ\RabbitMQServiceProvider::class,
```

### 💡 Lumen

[](#bulb-lumen)

On Lumen, just register the ServiceProvider manually in your `bootstrap/app.php` file:

```
$app->register(\CodemaxBR\RabbitMQ\RabbitMQServiceProvider::class);
```

and add this lines in same file.

```
//Add lines to error reflection class
$app->instance('path.config', app()->basePath() . DIRECTORY_SEPARATOR . 'config');
$app->instance('path.storage', app()->basePath() . DIRECTORY_SEPARATOR . 'storage');
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

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://avatars.githubusercontent.com/u/1700910?v=4)[Lucas Maia](/maintainers/codemaxbr)[@codemaxbr](https://github.com/codemaxbr)

---

Top Contributors

[![codemaxbr](https://avatars.githubusercontent.com/u/1700910?v=4)](https://github.com/codemaxbr "codemaxbr (2 commits)")

### Embed Badge

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

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

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.3M26](/packages/league-geotools)[amphp/parser

A generator parser to make streaming parsers simple.

14952.8M16](/packages/amphp-parser)[amphp/serialization

Serialization tools for IPC and data storage in PHP.

13451.1M18](/packages/amphp-serialization)[enqueue/enqueue

Message Queue Library

19820.0M56](/packages/enqueue-enqueue)[deliciousbrains/wp-background-processing

WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks.

1.1k409.8k6](/packages/deliciousbrains-wp-background-processing)[react/async

Async utilities and fibers for ReactPHP

2238.8M171](/packages/react-async)

PHPackages © 2026

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