- php: ^7.1
- phpsagas/contracts: ^0.0
- symfony/messenger: ^4.0
This component is the part of phpsagas framework.
The package contains implementation of saga message producer based on symfony/messenger.
You can install the package using Composer:
composer require phpsagas/messenger-bridgeYou can use AMQPMessageProducer as MessageProducerInterface implementation.
Saga message producer bridge is released under the MIT license.