PHPackages                             ajouve/rabbit-mq-wrapper - 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. [Framework](/categories/framework)
4. /
5. ajouve/rabbit-mq-wrapper

ActiveLibrary[Framework](/categories/framework)

ajouve/rabbit-mq-wrapper
========================

rabbitMQWrapper is a wrapper for RabbitMQ

v1.0.8(9y ago)0272[1 issues](https://github.com/ajouve/rabbit-mq-wrapper/issues)MITPHPPHP &gt;=5.5.0

Since Apr 25Pushed 9y ago1 watchersCompare

[ Source](https://github.com/ajouve/rabbit-mq-wrapper)[ Packagist](https://packagist.org/packages/ajouve/rabbit-mq-wrapper)[ Docs](https://github.com/ajouve/rabbit-mq-wrapper)[ RSS](/packages/ajouve-rabbit-mq-wrapper/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (10)Used By (0)

rabbit-mq-wrapper
=================

[](#rabbit-mq-wrapper)

RabbitMQWrapper is a library to simplify RabbitMQ usage

Examples
--------

[](#examples)

Send a new message

```
$client = new \RabbitMQWrapper\Client();
$client->connect();
$client->publish('Message !!', 'exchange_example', 'exchange_example.key');
$client->close();

```

Receive a message

```
$client = new \RabbitMQWrapper\Client();
$client->connect();
$client->consume('queue_example', 'exchange_example', 'exchange_example.key', function(\RabbitMQWrapper\Message $message) {
    echo $message->getContent() . "\n";
    $message->ack();
});
$client->close();

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~29 days

Recently: every ~52 days

Total

9

Last Release

3480d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2337492?v=4)[ajouve](/maintainers/ajouve)[@ajouve](https://github.com/ajouve)

---

Top Contributors

[![ajouve](https://avatars.githubusercontent.com/u/2337492?v=4)](https://github.com/ajouve "ajouve (17 commits)")

---

Tags

frameworkrabbitmqAMQP

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ajouve-rabbit-mq-wrapper/health.svg)

```
[![Health](https://phpackages.com/badges/ajouve-rabbit-mq-wrapper/health.svg)](https://phpackages.com/packages/ajouve-rabbit-mq-wrapper)
```

###  Alternatives

[magento/community-edition

Magento 2 (Open Source)

12.1k53.0k12](/packages/magento-community-edition)[bschmitt/laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages

2792.4M7](/packages/bschmitt-laravel-amqp)[utopia-php/queue

A powerful task queue.

11218.6k5](/packages/utopia-php-queue)[pestphp/pest-plugin-stressless

Stressless plugin for Pest

68943.9k18](/packages/pestphp-pest-plugin-stressless)

PHPackages © 2026

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