phpsagas / doctrine-bridge
The implementation of saga instance repository
0.0.0
2021-06-01 22:00 UTC
Requires
- php: ^7.1 || ^8.0
- doctrine/orm: ^2.6
- phpsagas/orchestrator: ^0.0
Requires (Dev)
This package is not auto-updated.
Last update: 2025-05-28 17:13:11 UTC
README
Table Of Contents
Requirements
- php: >= 7.1
- phpsagas/orchestrator: ^0.0
- doctrine/orm: ^2.9
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.