phpsagas/doctrine-bridge

The implementation of saga instance repository

Installs: 232

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 1

Open Issues: 2

pkg:composer/phpsagas/doctrine-bridge

0.0.0 2021-06-01 22:00 UTC

This package is not auto-updated.

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