PHPackages                             alpust/zf2-rabbitmq-eventbus-module - 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. alpust/zf2-rabbitmq-eventbus-module

ActiveLibrary

alpust/zf2-rabbitmq-eventbus-module
===================================

Zend 2 event bus module using rabbitmq

39482[2 issues](https://github.com/alpust/zf2-rabbitmq-eventbus-module/issues)PHP

Since Sep 1Pushed 5y ago3 watchersCompare

[ Source](https://github.com/alpust/zf2-rabbitmq-eventbus-module)[ Packagist](https://packagist.org/packages/alpust/zf2-rabbitmq-eventbus-module)[ RSS](/packages/alpust-zf2-rabbitmq-eventbus-module/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Installation
============

[](#installation)

1. Install server `sudo apt-get install rabbitmq-server`
2. Install amqp lib

```
sudo apt-get install librabbitmq-dev librabbitmq1

```

or

```
 git clone git://github.com/alanxz/rabbitmq-c.git
 cd rabbitmq-c
 # Enable and update the codegen git submodule
 git submodule init
 git submodule update
 # Configure, compile and install
 autoreconf -i && ./configure && make && sudo make install

```

3. Install and enable php amqp extension `pecl install amqp`
4. Require this vendor in your `composer.json`, make `composer update`and add `EventBus` in `application.config.php` in modules.

Configuration
-------------

[](#configuration)

Copy `src/EventBus/PortAdapter/ZF2/config/amqp.local.php.dist` from vendor to your `config/autoload` and rename it to `amqp.local.php`. Then change settings if necessary.

Usage
=====

[](#usage)

Will be there soon...

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance7

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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://www.gravatar.com/avatar/00619df0393e32818312a1493e15921ca0812baadfc282d0a226a01a18f77bff?d=identicon)[alpust](/maintainers/alpust)

---

Top Contributors

[![alpust](https://avatars.githubusercontent.com/u/326512?v=4)](https://github.com/alpust "alpust (9 commits)")[![seyfer](https://avatars.githubusercontent.com/u/1483925?v=4)](https://github.com/seyfer "seyfer (3 commits)")[![maxmirazh33](https://avatars.githubusercontent.com/u/2692282?v=4)](https://github.com/maxmirazh33 "maxmirazh33 (2 commits)")[![paulchyrilov](https://avatars.githubusercontent.com/u/1749200?v=4)](https://github.com/paulchyrilov "paulchyrilov (1 commits)")

### Embed Badge

![Health badge](/badges/alpust-zf2-rabbitmq-eventbus-module/health.svg)

```
[![Health](https://phpackages.com/badges/alpust-zf2-rabbitmq-eventbus-module/health.svg)](https://phpackages.com/packages/alpust-zf2-rabbitmq-eventbus-module)
```

PHPackages © 2026

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