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

0.0.0 2021-06-01 21:57 UTC

This package is not auto-updated.

Last update: 2025-10-01 18:57:12 UTC


README

Table Of Contents

Requirements

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.