2017 © Pedro Peláez
 

library busbus

An implementation of the Message bus pattern for PHP Applications

image

naxhh/busbus

An implementation of the Message bus pattern for PHP Applications

  • Friday, December 19, 2014
  • by naxhh
  • Repository
  • 0 Watchers
  • 0 Stars
  • 6 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Bus-Bus

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)

The Versions

19/12 2014

dev-master

9999999-dev

An implementation of the Message bus pattern for PHP Applications

  Sources   Download

MIT

by Ignacio Tolstoy

command bus hexagonal message bus

11/08 2014

0.0.1

0.0.1.0

An implementation of the Message bus pattern for PHP Applications

  Sources   Download

MIT

by Ignacio Tolstoy

command bus hexagonal message bus