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