prooph/service-bus-symfony-bundle

v0.7.0 2018-04-26 12:29 UTC

README

Build Status Coverage Status Gitter

A note about versions

Version 0.4 of the bundle works with prooph/service-bus v6.0 and above.

Use version 0.3 for prooph/service-bus 5.x.

Installation

Installation of this Symfony bundle uses Composer. For Composer documentation, please refer to getcomposer.org.

Run composer require prooph/service-bus-symfony-bundle to install prooph service-bus-symfony-bundle.

See Symfony Proophessor-Do demo application for an example.

Documentation

For the latest online documentation visit http://getprooph.org/.

Documentation is in the doc tree, and can be compiled using bookdown

$ ./vendor/bin/bookdown doc/bookdown.json
$ php -S 0.0.0.0:8080 -t doc/html/

Then browse to http://localhost:8080/

Support

Contribute

Please feel free to fork and extend existing or add new plugins and send a pull request with your changes! To establish a consistent code quality, please provide unit tests for all your changes and may adapt the documentation.

License

Released under the New BSD License.