phpsagas / messenger-bridge
The implementation of saga message producer
Installs: 45
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/phpsagas/messenger-bridge
Requires
- php: ^7.1
- phpsagas/contracts: ^0.0
- symfony/messenger: ^4.0
Requires (Dev)
This package is not auto-updated.
Last update: 2025-10-01 18:57:12 UTC
README
Table Of Contents
Requirements
- php: ^7.1
- phpsagas/contracts: ^0.0
- symfony/messenger: ^4.0
About package
This component is the part of phpsagas framework.
The package contains implementation of saga message producer based on symfony/messenger.
Installation
You can install the package using Composer:
composer require phpsagas/messenger-bridge
Usage
You can use AMQPMessageProducer
as MessageProducerInterface
implementation.
License
Saga message producer bridge is released under the MIT license.