19/12
2014
Wallogit.com
2017 © Pedro Peláez
An implementation of the Message bus pattern for PHP Applications
This package was a PoC. Please use a better suported one like: https://github.com/SimpleBus/CommandBus, (*1)
Bus-bus is a messaging bus implementation for commands AKA a command bus. The main idea is to provide a way to interact with a specific CORE layer in a decoupled way., (*2)
This project started for a pet project and was reused in different projects. So finally it become open sourcered to make it easier to maintain., (*3)
The implementation was based on the article Hexagonal Architecture of @fideloper, (*4)