Use Bernard as message producer for Prooph Service Bus.
You can install the producer via composer by adding "prooph/psb-bernard-producer": "^1.0"
as requirement to your composer.json.
Check the BernardMessageProducerTest. Set up the producer is a straightforward task. Most of the required components are provided by PSB and Bernard. This package only provides the glue code needed to let both systems work together.
- Ask questions on prooph-users google group.
- File issues at https://github.com/prooph/psb-bernard-producer/issues.
- Say hello in the prooph gitter chat.
Please feel free to fork and extend existing or add new features 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.