An open API service indexing awesome lists of open source software.

https://github.com/simplebus/message-bus

[READ ONLY] Generic classes and interfaces for messages and message buses. Full documentation can be found here:
https://github.com/simplebus/message-bus

command-bus event-bus message-bus php

Last synced: 4 months ago
JSON representation

[READ ONLY] Generic classes and interfaces for messages and message buses. Full documentation can be found here:

Awesome Lists containing this project

README

          

# SimpleBus/MessageBus

[![Tests Actions Status](https://github.com/SimpleBus/SimpleBus/workflows/Tests/badge.svg)](https://github.com/SimpleBus/SimpleBus/actions)

By [Matthias Noback](http://php-and-symfony.matthiasnoback.nl/), Cliff Odijk, Ruud Kamphuis

This package contains generic classes and interfaces which can be used to create message buses, like a [command
bus](https://simplebus.github.io/MessageBus/doc/command_bus.html) or an [event
bus](https://simplebus.github.io/MessageBus/doc/event_bus.html).

Resources
---------

* [Report issues](https://github.com/SimpleBus/SimpleBus/issues) and
[send Pull Requests](https://github.com/SimpleBus/SimpleBus/pulls)
in the [main SimpleBus repository](https://github.com/SimpleBus/SimpleBus)