Skip to content

EcomDev/message-broker

Repository files navigation

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 Maintainability Test Coverage

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

Every single message must be as light weight as possible.

Installation

composer require ecomdev/message-broker

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Message Broker for Async PHP Applications

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages