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

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

maleficarum/rabbitmq
====================

Rabbitmq component

12.1.0(3y ago)143.2k↓79.5%3[1 PRs](https://github.com/pharaun13/maleficarum-rabbitmq/pulls)1proprietaryPHPPHP ^7.2CI failing

Since Jan 9Pushed 1y ago2 watchersCompare

[ Source](https://github.com/pharaun13/maleficarum-rabbitmq)[ Packagist](https://packagist.org/packages/maleficarum/rabbitmq)[ RSS](/packages/maleficarum-rabbitmq/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (4)Versions (33)Used By (1)

Change Log
==========

[](#change-log)

This is the Maleficarum RabbitMQ component implementation.

\[12.1.0\] - 2022-08-29
-----------------------

[](#1210---2022-08-29)

### Changed

[](#changed)

- Add method to get connection string from connection params

\[12.0.0\] - 2021-01-20
-----------------------

[](#1200---2021-01-20)

### Changed

[](#changed-1)

- Bump command component to version 5.0

\[11.0.0\] - 2020-06-05
-----------------------

[](#1100---2020-06-05)

### Changed

[](#changed-2)

- Bump command component to version 4.0

\[10.2.0\] - 2020-05-22
-----------------------

[](#1020---2020-05-22)

### Added

[](#added)

- Added support for sending amqp messages with headers

\[10.1.0\] - 2020-03-19
-----------------------

[](#1010---2020-03-19)

### Added

[](#added-1)

- Added an option to gracefully remove a connection object from the connection manager.

\[10.0.0\] - 2020-02-18
-----------------------

[](#1000---2020-02-18)

### Added

[](#added-2)

- bump php-amqplib version to 2.11

\[9.3.0\] - 2019-10-03
----------------------

[](#930---2019-10-03)

### Added

[](#added-3)

- added exchange name for addCommand|addCommands|addRawMessage methods

\[9.2.0\] - 2019-09-02
----------------------

[](#920---2019-09-02)

### Added

[](#added-4)

- added support for testMode command parameter

\[9.1.0\] - 2018-09-14
----------------------

[](#910---2018-09-14)

### Changed

[](#changed-3)

- When attempting to create a connection there will be a double retry from now on. (Exactly 3 attempts will be made to establish the connection).
- Increased connection timeout parameters from 3s to 10s.

\[9.0.0\] - 2018-09-12
----------------------

[](#900---2018-09-12)

### Changed

[](#changed-4)

- Updated component to work with Maleficarum\\Ioc 3.X and Maleficarum\\Command 3.X.
- Bumped PHP version requirement to 7.2+.

\[8.2.0\] - 2018-09-14
----------------------

[](#820---2018-09-14)

### Changed

[](#changed-5)

- When attempting to create a connection there will be a double retry from now on. (Exactly 3 attempts will be made to establish the connection).
- Increased connection timeout parameters from 3s to 10s.

\[8.1.0\] - 2018-04-09
----------------------

[](#810---2018-04-09)

### Added

[](#added-5)

- Added the possibility to define connection vhost setting via the connection constructor.

\[8.0.1\] - 2018-03-29
----------------------

[](#801---2018-03-29)

### Fixed

[](#fixed)

- Incorrect validation for port value when building a new connection object.
- Added a missing invocation that adds the manager object as a default Maleficarum command router in the default initializer logic.

\[8.0.0\] - 2018-03-29
----------------------

[](#800---2018-03-29)

### Changed

[](#changed-6)

- Added a connection manager class - it should be used to access rabbit mq connections in a seemless way. Direct access to the connection is still available but should be avoided.
- Added support for connection sources with defined priority.
- Added support for transient connections - automatically closed after each use. Transient connections cannot be used as command sources.

\[7.1.0\] - 2018-09-14
----------------------

[](#710---2018-09-14)

### Changed

[](#changed-7)

- When attempting to create a connection there will be a double retry from now on. (Exactly 3 attempts will be made to establish the connection).
- Increased connection timeout parameters from 3s to 10s.

\[7.0.0\] - 2017-08-03
----------------------

[](#700---2017-08-03)

### Changed

[](#changed-8)

- Make use of nullable types provided in PHP 7.1 ()
- Fix tests

\[6.0.3\] - 2017-05-10
----------------------

[](#603---2017-05-10)

### Fixed

[](#fixed-1)

- Cast port to integer

\[6.0.2\] - 2017-04-06
----------------------

[](#602---2017-04-06)

### Fixed

[](#fixed-2)

- Cast port to integer

\[6.0.1\] - 2017-04-06
----------------------

[](#601---2017-04-06)

### Fixed

[](#fixed-3)

- Move delcare before namespace delcaration

\[6.0.0\] - 2017-03-24
----------------------

[](#600---2017-03-24)

### Changed

[](#changed-9)

- Changed internal structure.
- Added default package initializer.

\[5.0.2\] - 2017-03-08
----------------------

[](#502---2017-03-08)

### Fixed

[](#fixed-4)

- Fix addRawMessage method by passing AMQPMessage object instead of string

\[5.0.1\] - 2017-03-08
----------------------

[](#501---2017-03-08)

### Fixed

[](#fixed-5)

- Replace deprecated AMQPConnection with AMQPStreamConnection

\[5.0.0\] - 2017-03-08
----------------------

[](#500---2017-03-08)

### Added

[](#added-6)

- Add connection parameters to constructor
- Fix tests

\[4.1.0\] - 2017-03-07
----------------------

[](#410---2017-03-07)

### Added

[](#added-7)

- Add method for raw message push

\[4.0.0\] - 2017-03-01
----------------------

[](#400---2017-03-01)

### Changed

[](#changed-10)

- Remove config component
- Fix tests

\[3.0.1\] - 2017-02-15
----------------------

[](#301---2017-02-15)

### Added

[](#added-8)

- Add tests

\[3.0.0\] - 2017-01-30
----------------------

[](#300---2017-01-30)

### Changed

[](#changed-11)

- Changed namespace of command component

\[2.0.0\] - 2017-01-23
----------------------

[](#200---2017-01-23)

### Changed

[](#changed-12)

- Add return and argument types declaration

\[1.0.0\] - 2017-01-09
----------------------

[](#100---2017-01-09)

### Added

[](#added-9)

- This was an initial release based on the code written by pharaun13 and added to the repo by me

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity69

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

Recently: every ~204 days

Total

30

Last Release

1404d ago

Major Versions

7.1.0 → 8.2.02018-09-14

8.2.0 → 9.1.02018-09-14

9.3.0 → 10.0.02020-02-18

10.2.0 → 11.0.02020-06-05

10.3.0 → 12.0.02021-01-20

PHP version history (4 changes)1.0.0PHP &gt;=5.6

2.0.0PHP &gt;=7.0

7.0.0PHP ^7.1

9.0.0PHP ^7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/eee6d4d80c40921b977cee3ca831cdc1529e4ade4eb5b898aef381969ce85127?d=identicon)[pharaun13](/maintainers/pharaun13)

---

Top Contributors

[![pharaun13](https://avatars.githubusercontent.com/u/18721637?v=4)](https://github.com/pharaun13 "pharaun13 (19 commits)")[![MichalStrzelczyk](https://avatars.githubusercontent.com/u/36735429?v=4)](https://github.com/MichalStrzelczyk "MichalStrzelczyk (10 commits)")[![a-kowalski](https://avatars.githubusercontent.com/u/16385105?v=4)](https://github.com/a-kowalski "a-kowalski (9 commits)")[![bartekmielnik](https://avatars.githubusercontent.com/u/14890138?v=4)](https://github.com/bartekmielnik "bartekmielnik (2 commits)")[![marczuk](https://avatars.githubusercontent.com/u/13865116?v=4)](https://github.com/marczuk "marczuk (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[vladimir-yuldashev/laravel-queue-rabbitmq

RabbitMQ driver for Laravel Queue. Supports Laravel Horizon.

2.1k10.5M33](/packages/vladimir-yuldashev-laravel-queue-rabbitmq)[bschmitt/laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages

2822.5M7](/packages/bschmitt-laravel-amqp)[jwage/phpamqplib-messenger

Symfony messenger transport for the php-amqplib/php-amqplib library.

88227.2k1](/packages/jwage-phpamqplib-messenger)[hyperf/amqp

A amqplib for hyperf.

231.3M70](/packages/hyperf-amqp)[convenia/pigeon

3334.8k](/packages/convenia-pigeon)

PHPackages © 2026

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