PHPackages                             hanaboso/rabbit-mq-bundle - 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. hanaboso/rabbit-mq-bundle

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

hanaboso/rabbit-mq-bundle
=========================

Hanaboso - rabbit-mq-bundle

1.10.0(5mo ago)012.3k↑19.2%[3 PRs](https://github.com/hanaboso/rabbit-mq-bundle/pulls)2Apache-2.0PHPPHP ^8.4CI passing

Since Apr 9Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/hanaboso/rabbit-mq-bundle)[ Packagist](https://packagist.org/packages/hanaboso/rabbit-mq-bundle)[ RSS](/packages/hanaboso-rabbit-mq-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (6)Versions (53)Used By (2)

Hanaboso RabbitMQ Bundle
========================

[](#hanaboso-rabbitmq-bundle)

[![Build Status](https://camo.githubusercontent.com/7861a4d36ff40783dbe251323d9efab8cbb7522df4ec9b6df93a1db155831bde/68747470733a2f2f7472617669732d63692e6f72672f68616e61626f736f2f7261626269742d6d712d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/hanaboso/rabbit-mq-bundle)[![Coverage Status](https://camo.githubusercontent.com/4c47264f39de01e6e93aaa64888b36bedcba2e9644c6a3c5ff93f0d6b08d1260/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f68616e61626f736f2f7261626269742d6d712d62756e646c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/hanaboso/rabbit-mq-bundle?branch=master)[![PHPStan](https://camo.githubusercontent.com/ff3c7f8c8667ce643f47e74532748f673482a5f95d7d4269f925f2eebbe5117e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d6c6576656c253230382d627269676874677265656e)](https://img.shields.io/badge/PHPStan-level%208-brightgreen)[![Downloads](https://camo.githubusercontent.com/8c9da66bc8f0cea03e2bafe0f7597aa4218d98c4323715220689cc11147477b3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f68616e61626f736f2f7261626269742d6d712d62756e646c65)](https://packagist.org/packages/hanaboso/rabbit-mq-bundle)

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

[](#installation)

- Download package via composer

```
composer require hanaboso/rabbit-mq-bundle
```

Logger
------

[](#logger)

- default stdout logger - monolog.logger.rabbit\_mq

Config
------

[](#config)

```
rabbit_mq:
    logger: 'monolog.logger.rabbit_mq'
    connections:
        default:
            dsn: amqp://rabbitmq:5672/

    queues:
        my-queue:
            arguments:
                my-arg: 'my-value'
            bindings:
                - exchange: 'my-exchange'
                  routing_key: 'routing-key'
                  arguments:
                    my-arg: 'my-value'
        my-safe-queue:
            durable: true
            arguments:
                x-queue-type: 'quorum'

    exchanges:
        my-exchange:
            type: 'direct'
            passive: false
            durable: false
            auto_delete: false
            internal: false
            no_wait: false
            arguments:
                my-arg: 'my-value'
            bindings:
               - exchange: 'my-exchange'
                 routing-key: 'routing-key'
                 arguments:
                    my-arg: 'my-value'

    publishers:
       my-publisher:
            routing_key: 'routing-key' # queue name or routing key
            exchange: 'my-exchange'
        my-safe-publisher:
            routing_key: 'routing-key'
            exchange: 'my-exchange'
            persistent: true
            acknowledge: true

    consumers:
        my-consumer:
            queue: 'my-queue'
            callback: rabbit_mq.null_callback
```

###  Health Score

57

—

FairBetter than 98% of packages

Maintenance78

Regular maintenance activity

Popularity24

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity94

Battle-tested with a long release history

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

Recently: every ~245 days

Total

47

Last Release

178d ago

PHP version history (8 changes)1.0.5PHP ^7.1

1.1.0PHP ^7.3

1.2.0PHP ^7.4

1.5.0PHP ^8.0

1.5.5PHP ^8.1

1.6PHP ^8.2

1.8.0PHP ^8.3

1.9.0PHP ^8.4

### Community

Maintainers

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

---

Top Contributors

[![JirsaR](https://avatars.githubusercontent.com/u/15608377?v=4)](https://github.com/JirsaR "JirsaR (36 commits)")[![vencakrecl](https://avatars.githubusercontent.com/u/6089563?v=4)](https://github.com/vencakrecl "vencakrecl (23 commits)")[![radek-bruha](https://avatars.githubusercontent.com/u/7072163?v=4)](https://github.com/radek-bruha "radek-bruha (18 commits)")

### Embed Badge

![Health badge](/badges/hanaboso-rabbit-mq-bundle/health.svg)

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M738](/packages/sylius-sylius)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M508](/packages/pimcore-pimcore)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M420](/packages/drupal-core-recommended)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M203](/packages/sulu-sulu)

PHPackages © 2026

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