phpsagas/serializer-bridge

The implementation of saga serializers

Installs: 26

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/phpsagas/serializer-bridge

0.0.0 2021-06-01 21:53 UTC

This package is not auto-updated.

Last update: 2025-10-01 18:45:14 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.