Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

SimpleBus integration into Nette Framework.
https://github.com/egendev/message-bus

command-bus cqrs messagebus nette php

Last synced: about 1 month ago
JSON representation

SimpleBus integration into Nette Framework.

Awesome Lists containing this project

README

        

eGen/MessageBus
======
[![Build Status](https://travis-ci.org/egendev/message-bus.svg?branch=master)](https://travis-ci.org/egendev/message-bus)
[![Coverage Status](https://coveralls.io/repos/github/egendev/message-bus/badge.svg?branch=master)](https://coveralls.io/github/egendev/message-bus?branch=master)

PHP 7.1+ integration of [SimpleBus/MessageBus](http://simplebus.github.io/MessageBus/doc/command_bus.html) to Nette Framework.

For older PHP versions see [version 1.0](https://github.com/egendev/message-bus/tree/1.0).

Installation
------------

The best way to install eGen/MessageBus is using [Composer](http://getcomposer.org/):

```sh
$ composer require egen/message-bus
```

Documentation
------------

Learn more in the [documentation](https://github.com/egendev/message-bus/blob/2.0/docs/en/index.md).