PHPackages                             ecomdev/message-broker - 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. ecomdev/message-broker

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

ecomdev/message-broker
======================

Library that allows async message like communication for reactive PHP applications

0.1.1(7y ago)04[1 issues](https://github.com/EcomDev/message-broker/issues)MITPHPPHP ^7.1

Since Jun 21Pushed 7y agoCompare

[ Source](https://github.com/EcomDev/message-broker)[ Packagist](https://packagist.org/packages/ecomdev/message-broker)[ RSS](/packages/ecomdev-message-broker/feed)WikiDiscussions master Synced 3d ago

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

Message Broker for Async PHP Applications
=========================================

[](#message-broker-for-async-php-applications)

Pure and simple PHP based message broker. Allows to simplify async code and make it easier to test.

[![Build Status](https://camo.githubusercontent.com/90e310a71e477bb17db1367e860b279bdbd7434ae563b0d1fe0c7646462eeaa0/68747470733a2f2f7472617669732d63692e636f6d2f45636f6d4465762f6d6573736167652d62726f6b65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/EcomDev/message-broker) [![Maintainability](https://camo.githubusercontent.com/843c8ea3f7e4df2976bbdb273154201027e8be356e7e8e4645566ef23d9c975e/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f32313039643435376231356364643334623634612f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/EcomDev/message-broker/maintainability) [![Test Coverage](https://camo.githubusercontent.com/95895002a4033d4d1ac510709b773b8c627dc2df7b13c3b538298a4eb5212c30/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f32313039643435376231356364643334623634612f746573745f636f766572616765)](https://codeclimate.com/github/EcomDev/message-broker/test_coverage)

Why do you need it?
-------------------

[](#why-do-you-need-it)

When you develop async applications - blocking operations can quickly become the main bottleneck. This library allows to separate async thread from blocking operation by introduction of message based communication between blocking and non blocking code.

Concept
-------

[](#concept)

Every single message must be as light weight as possible.

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

[](#installation)

```
composer require ecomdev/message-broker
```

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

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

Total

2

Last Release

2885d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/190d12eae43e0d874394cbc7fc49ea94c6b6e1bc8b05f75b94fbd0b9c4b5d15f?d=identicon)[IvanChepurnyi](/maintainers/IvanChepurnyi)

---

Top Contributors

[![IvanChepurnyi](https://avatars.githubusercontent.com/u/866758?v=4)](https://github.com/IvanChepurnyi "IvanChepurnyi (8 commits)")

---

Tags

message-brokerphp-library

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/ecomdev-message-broker/health.svg)

```
[![Health](https://phpackages.com/badges/ecomdev-message-broker/health.svg)](https://phpackages.com/packages/ecomdev-message-broker)
```

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.3M26](/packages/league-geotools)[amphp/parser

A generator parser to make streaming parsers simple.

14952.8M16](/packages/amphp-parser)[amphp/serialization

Serialization tools for IPC and data storage in PHP.

13451.1M18](/packages/amphp-serialization)[enqueue/enqueue

Message Queue Library

19820.0M56](/packages/enqueue-enqueue)[deliciousbrains/wp-background-processing

WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks.

1.1k409.8k6](/packages/deliciousbrains-wp-background-processing)[react/async

Async utilities and fibers for ReactPHP

2238.8M171](/packages/react-async)

PHPackages © 2026

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