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 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.
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/
- Ask questions on Stack Overflow tagged with #prooph.
- File issues at https://github.com/prooph/service-bus-symfony-bundle/issues.
- Say hello in the prooph gitter chat.
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.
Released under the New BSD License.