componenta/cqrs-transaction-cycle

Cycle Database transaction middleware for Componenta CQRS commands

Maintainers

Package info

github.com/componenta/cqrs-transaction-cycle

pkg:composer/componenta/cqrs-transaction-cycle

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-06-21 11:53 UTC

This package is auto-updated.

Last update: 2026-06-21 12:09:20 UTC


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(),
];