phpsagas/doctrine-bridge

The implementation of saga instance repository

0.0.0 2021-06-01 22:00 UTC

This package is not auto-updated.

Last update: 2025-05-28 17:13:11 UTC


README

Table Of Contents

Requirements

About package

This component is the part of phpsagas framework.
The package contains implementation of saga instance repository based on doctrine/orm.

Installation

You can install the package using Composer:

composer require phpsagas/doctrine-bridge

Usage

You can use DoctrineBasedSagaInstanceRepository as SagaInstanceRepositoryInterface implementation.

License

Saga doctrine bridge is released under the MIT license.