componenta / cqrs-transaction-cycle
Cycle Database transaction middleware for Componenta CQRS commands
Package info
github.com/componenta/cqrs-transaction-cycle
pkg:composer/componenta/cqrs-transaction-cycle
v1.0.0
2026-06-21 11:53 UTC
Requires
- php: >=8.4
- componenta/config: ^1.0
- componenta/cqrs: ^1.0
- cycle/database: ^2.15
Requires (Dev)
- pestphp/pest: ^4.0
- phpstan/phpstan: ^2.0
README
Cycle Database transaction middleware for componenta/cqrs commands.
composer require componenta/cqrs-transaction-cycle
Register the provider and add Componenta\CQRS\Command\Middleware\TransactionMiddleware to the command middleware chain where database transactions are required.
return [ new Componenta\CQRS\ConfigProvider(), new Componenta\CQRS\Transaction\Cycle\ConfigProvider(), ];