onliner / command-bus-bundle
Symfony integration bundle for command bus.
Package info
github.com/onliner/command-bus-bundle
Type:symfony-bundle
pkg:composer/onliner/command-bus-bundle
v0.2.0
2025-04-15 09:19 UTC
Requires
- php: ^8.2
- ext-ctype: *
- ext-pcntl: *
- ext-posix: *
- onliner/command-bus: ^0.3
- symfony/config: ^7.2
- symfony/console: ^7.2
- symfony/dependency-injection: ^7.2
- symfony/http-kernel: ^7.2
This package is auto-updated.
Last update: 2026-03-15 11:18:57 UTC
README
Symfony integration bundle for command-bus
Installation
The preferred way to install this extension is through composer.
Either run
composer require onliner/command-bus-bundle
or add this code line to the require section of your composer.json file:
"onliner/command-bus-bundle": "^0.2.0"
and modify for your needs.
License
Released under the MIT license.