Download the PHP package ecomdev/message-broker without Composer
On this page you can find all versions of the php package ecomdev/message-broker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ecomdev/message-broker
More information about ecomdev/message-broker
Files in ecomdev/message-broker
Download ecomdev/message-broker
More information about ecomdev/message-broker
Files in ecomdev/message-broker
Vendor ecomdev
Package message-broker
Short Description Library that allows async message like communication for reactive PHP applications
License MIT
Package message-broker
Short Description Library that allows async message like communication for reactive PHP applications
License MIT
Please rate this library. Is it a good library?
Informations about the package message-broker
Message Broker for Async PHP Applications
Pure and simple PHP based message broker. Allows to simplify async code and make it easier to test.
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
License
This project is licensed under the MIT License - see the LICENSE file for details
All versions of message-broker with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
The package ecomdev/message-broker contains the following files
Loading the files please wait ....