prooph / psb-bernard-dispatcher
Bernard Message Producer for Prooph Service Bus
Requires
- php: ~7.1
- bernard/bernard: 1.0.*@dev
- prooph/common: ^4.1
- react/promise: ^2.7
Requires (Dev)
- doctrine/dbal: ~2.4
- fabpot/php-cs-fixer: 1.7.*
- php-coveralls/php-coveralls: ~1.1
- phpunit/phpunit: ~4.7
- prooph/service-bus: dev-master
Conflicts
README
Use Bernard as message producer for Prooph Service Bus.
Important
This library will receive support until December 31, 2019 and will then be deprecated.
For further information see the official announcement here: https://www.sasaprolic.com/2018/08/the-future-of-prooph-components.html
Installation
You can install the producer via composer by adding "prooph/psb-bernard-producer": "^1.0"
as requirement to your composer.json.
Usage
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.
Support
- Ask questions on Stack Overflow tagged with #prooph.
- File issues at https://github.com/prooph/psb-bernard-producer/issues.
- Say hello in the prooph gitter chat.
Contribute
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.
License
Released under the New BSD License.