onliner / command-bus-bundle
Symfony integration bundle for command bus.
Installs: 65
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 9
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^8.0
- ext-ctype: *
- ext-pcntl: *
- ext-posix: *
- onliner/command-bus: ^0.3
- symfony/config: ^5.0
- symfony/console: ^5.0
- symfony/dependency-injection: ^5.0
- symfony/http-kernel: ^5.3
This package is auto-updated.
Last update: 2024-10-19 18:46:00 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.1.0"
and modify for your needs.
License
Released under the MIT license.