naxhh / busbus
This package is abandoned and no longer maintained.
The author suggests using the simple-bus/command-bus package instead.
An implementation of the Message bus pattern for PHP Applications
0.0.1
2014-08-11 18:40 UTC
This package is not auto-updated.
Last update: 2022-02-01 12:38:16 UTC
README
This package was a PoC. Please use a better suported one like: https://github.com/SimpleBus/CommandBus
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.
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.
The implementation was based on the article Hexagonal Architecture of @fideloper