PHPackages                             prolic/humus-amqp-demo-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. [Queues &amp; Workers](/categories/queues)
4. /
5. prolic/humus-amqp-demo-module

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

prolic/humus-amqp-demo-module
=============================

AMQP Demo Module for Zend Framework 2 based on ext-amqp

v0.1.1(10y ago)41701MITPHPPHP &gt;=5.3.23

Since Aug 29Pushed 9y ago1 watchersCompare

[ Source](https://github.com/prolic/HumusAmqpDemoModule)[ Packagist](https://packagist.org/packages/prolic/humus-amqp-demo-module)[ Docs](https://github.com/prolic/HumusAmqpDemoModule)[ RSS](/packages/prolic-humus-amqp-demo-module/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Humus AMQP Demo Module
======================

[](#humus-amqp-demo-module)

This is a demo module for [Humus AMQP Module](https://github.com/prolic/HumusAmqpModule).

ABANDONED!!!
============

[](#abandoned)

This module is no longer supported!
-----------------------------------

[](#this-module-is-no-longer-supported)

About
-----

[](#about)

Install this module to enable some demo consumers and producers as a start to learn with RabbitMQ.

Dependencies
------------

[](#dependencies)

- PHP 5.4.0
- [HumusAmqpModule](https://github.com/prolic/HumusAmqpModule)

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

[](#installation)

1. Add `"prolic/humus-amqp-demo-module": "dev-master"` to your `composer.json`
2. Run `php composer.phar install`
3. Enable the module in your `config/application.config.php` by adding `HumusAmqpDemoModule` to `modules`

Usage
-----

[](#usage)

Setup Fabric

```
php public/index.php humus amqp setup-fabric

```

Start the demo consumer

```
php public/index.php humus amqp consumer demo-consumer

```

Send a message from StdIn to exchange

```
echo "my test message" | xargs -0 php public/index.php humus amqp stdin-producer demo-producer

```

Send a message from parameter to exchange

```
php public/index.php humus amqp stdin-producer demo-producer "my test message"

```

Send 1000000 messages to topic exchange with random error-level as routing key

```
php public/index.php humus amqp consumer topic-consumer-error 1000000

```

Consume 100 messages from topic exchange by routing key error (0)

```
php public/index.php humus amqpdemo topic-producer 100

```

Start the multiple consumer

```
php public/index.php humus amqp multiple-consumer multiple-consumer

```

Send messages to multiple consumer

```
php public/index.php humus amqp stdin-producer topic-producer --route=level.err err
php public/index.php humus amqp stdin-producer topic-producer --route=level.warn warn
php public/index.php humus amqp stdin-producer topic-producer --route=level.info info
php public/index.php humus amqp stdin-producer topic-producer --route=level.debug debug

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

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

Total

2

Last Release

3825d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2eba9b8c6979d7981982254600174d49b4275f5601ccf53f29c140b420b7d7db?d=identicon)[prolic](/maintainers/prolic)

---

Top Contributors

[![prolic](https://avatars.githubusercontent.com/u/394428?v=4)](https://github.com/prolic "prolic (33 commits)")

---

Tags

zendqueuerabbitmqzf2AMQPdemohumus

### Embed Badge

![Health badge](/badges/prolic-humus-amqp-demo-module/health.svg)

```
[![Health](https://phpackages.com/badges/prolic-humus-amqp-demo-module/health.svg)](https://phpackages.com/packages/prolic-humus-amqp-demo-module)
```

###  Alternatives

[php-amqplib/rabbitmq-bundle

Integrates php-amqplib with Symfony &amp; RabbitMq. Formerly emag-tech-labs/rabbitmq-bundle, oldsound/rabbitmq-bundle.

1.3k20.1M65](/packages/php-amqplib-rabbitmq-bundle)[bunny/bunny

Performant pure-PHP AMQP (RabbitMQ) non-blocking ReactPHP library

7426.5M37](/packages/bunny-bunny)[enqueue/enqueue-bundle

Message Queue Bundle

27615.6M38](/packages/enqueue-enqueue-bundle)[enqueue/enqueue

Message Queue Library

19820.0M56](/packages/enqueue-enqueue)[bschmitt/laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages

2752.3M7](/packages/bschmitt-laravel-amqp)[prolic/humus-amqp-module

AMQP module for Zend Framework 2 to integrate RabbitMQ

3157.0k1](/packages/prolic-humus-amqp-module)

PHPackages © 2026

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