componenta/cqrs-transport-console

Console worker command for Componenta CQRS command transports

Maintainers

Package info

github.com/componenta/cqrs-transport-console

pkg:composer/componenta/cqrs-transport-console

Statistics

Installs: 0

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:21 UTC


README

Symfony Console worker command for componenta/cqrs-transport.

composer require componenta/cqrs-transport-console

Register the provider:

return [
    new Componenta\CQRS\App\Transport\Console\ConfigProvider(),
];

The package registers Componenta\CQRS\App\Command\Transport\Console\WorkerCommand as an autowired service. The command name is cqrs:worker.