2017 © Pedro Peláez
 

library message-broker

Library that allows async message like communication for reactive PHP applications

image

ecomdev/message-broker

Library that allows async message like communication for reactive PHP applications

  • Thursday, June 21, 2018
  • by IvanChepurnyi
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Message Broker for Async PHP Applications

Pure and simple PHP based message broker. Allows to simplify async code and make it easier to test., (*1)

Build Status Maintainability Test Coverage, (*2)

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., (*3)

Concept

Every single message must be as light weight as possible., (*4)

Installation

composer require ecomdev/message-broker

License

This project is licensed under the MIT License - see the LICENSE file for details, (*5)

The Versions

21/06 2018

dev-feature/consumer-sender-pair

dev-feature/consumer-sender-pair

Library that allows async message like communication for reactive PHP applications

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

21/06 2018

dev-develop

dev-develop

Library that allows async message like communication for reactive PHP applications

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

21/06 2018

dev-master

9999999-dev

Library that allows async message like communication for reactive PHP applications

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

21/06 2018

0.1.1

0.1.1.0

Library that allows async message like communication for reactive PHP applications

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

21/06 2018

0.1.0

0.1.0.0

Library that allows async message like communication for reactive PHP applications

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires