phpsagas / serializer-bridge
The implementation of saga serializers
0.0.0
2021-06-01 21:53 UTC
Requires
- php: ^7.1 || ^8.0
- phpsagas/contracts: ^0.0
- symfony/serializer: ^4.0 | ^5.0
Requires (Dev)
This package is not auto-updated.
Last update: 2025-05-28 17:08:00 UTC
README
Table Of Contents
Requirements
- php: >= 7.1
- phpsagas/contracts: ^0.0
- symfony/serializer: ^4.0 | ^5.0
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.