Download the PHP package gri3li/symfony-messenger-io-transport without Composer
On this page you can find all versions of the php package gri3li/symfony-messenger-io-transport. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gri3li/symfony-messenger-io-transport
More information about gri3li/symfony-messenger-io-transport
Files in gri3li/symfony-messenger-io-transport
Package symfony-messenger-io-transport
Short Description Symfony Messenger transport for input/output communication with external console processes
License MIT
Informations about the package symfony-messenger-io-transport
Symfony Messenger Stdio Transport
This package provides transport for the Symfony Messenger component, enabling integration of external console processes into your microservice architecture. Messages are exchanged via input/output streams, allowing seamless communication between Symfony Messenger and standalone processes that may not support standard Symfony Messenger message formats.
Installation
Install the package via Composer:
Usage
This transport is particularly useful when integrating microservices or third-party systems that do not natively support Symfony Messenger message formats. It allows you to interface with external console processes while leveraging the flexibility and power of the Symfony Messenger component.
Since all messages will be serialized and deserialized as instances of StdClass
, you will most likely need to provide
custom implementations of the interfaces:
SendersLocatorInterface
: Defines which sender will be used for dispatching a message.HandlersLocatorInterface
: Defines which handler will process the message.
All versions of symfony-messenger-io-transport with dependencies
symfony/messenger Version ^6.4|^7.0
symfony/serializer Version ^6.4|^7.0
gri3li/symfony-messenger-serializer-plain Version dev-main