phpsagas/serializer-bridge

The implementation of saga serializers

0.0.0 2021-06-01 21:53 UTC

This package is not auto-updated.

Last update: 2025-05-28 17:08:00 UTC


README

Table Of Contents

Requirements

About package

This component is the part of phpsagas framework.
The package contains implementation of saga serializers based on symfony/serializer.

Installation

You can install the package using Composer:

composer require phpsagas/serializer-bridge

Usage

You can use MessagePayloadJsonSerializer as MessagePayloadSerializerInterface, SagaSerializer as SagaSerializerInterface implementations.

License

Saga serializers bridge is released under the MIT license.