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

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

phuongna/rabbitmq
=================

Follow guide https://www.rabbitmq.com/ to create a library easy to use. For Laravel!

1.1.9(3y ago)02501MITPHPPHP &gt;=7.2

Since Jul 27Pushed 3y ago1 watchersCompare

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

READMEChangelogDependencies (4)Versions (10)Used By (1)

RabbitMQ
========

[](#rabbitmq)

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

[](#installation)

Install via composer

```
composer require phuongna/rabbitmq
```

### Publish package assets

[](#publish-package-assets)

```
php artisan vendor:publish --provider="phuongna\rabbitmq\ServiceProvider"
```

Security
--------

[](#security)

If you discover any security related issues, please email instead of using the issue tracker.

How to use
----------

[](#how-to-use)

\####Server as service

```
$this->rabbit = app('rabbitmq.queue')->connection('rabbitmq');
RabbitMQQueue::declareRPCServer($this->rabbit, xxx, function ($request) {
    $this->rabbit->replyTo($request, dosomething($request));
});

```

\####Client as service

```
$this->rabbit = app('rabbitmq.queue')->connection('rabbitmq');
$stringInput = json_encode(array);
RabbitMQQueue::declareRPCClient($this->rabbit, xxx, $stringInput);

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.6% 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 ~37 days

Recently: every ~72 days

Total

9

Last Release

1446d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0555376d02bd38b8ccd16747bb08d89a4ad06bbd3faff8df83fef36edf6eb3cf?d=identicon)[phuongnaelcom](/maintainers/phuongnaelcom)

---

Top Contributors

[![phuongna](https://avatars.githubusercontent.com/u/12468208?v=4)](https://github.com/phuongna "phuongna (40 commits)")[![phuongnaelcom](https://avatars.githubusercontent.com/u/87366827?v=4)](https://github.com/phuongnaelcom "phuongnaelcom (1 commits)")

---

Tags

rabbitmq

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[bschmitt/laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages

2752.3M7](/packages/bschmitt-laravel-amqp)[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)[vinelab/bowler

A Rabbitmq wrapper for Laravel

4659.7k1](/packages/vinelab-bowler)[convenia/pigeon

3233.0k](/packages/convenia-pigeon)[sobirjonovs/laravel-rabbit

Easy tool for working with RabbitMQ

111.6k](/packages/sobirjonovs-laravel-rabbit)

PHPackages © 2026

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