naxhh / busbus
An implementation of the Message bus pattern for PHP Applications
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/naxhh/busbus
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