phpsagas/doctrine-bridge

The implementation of saga instance repository

Maintainers

Package info

github.com/phpsagas/doctrine-bridge

pkg:composer/phpsagas/doctrine-bridge

Statistics

Installs: 232

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 2

0.0.0 2021-06-01 22:00 UTC

This package is not auto-updated.

Last update: 2026-03-04 20:44:36 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.