Download the PHP package arseto/lumencqrs without Composer
On this page you can find all versions of the php package arseto/lumencqrs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package lumencqrs
CQRS Template for Laravel\Lumen
Overview
- Implementation template for CQRS
- Use laravel/lumen IoC container for dependency injection by default (or you can override it)
Prerequisite
Installation
- execute
composer require arseto/lumencqrs
in your project folder -
For lumen, add this line to the
bootstrap/app.php
file - For laravel, add this line to 'providers' in
config/app.php
Usage
- This package serves as template to implement CQRS
- Simply create command-handler pair and query-reader pair then inject the CommandBus and QueryBus to your controller
- Command-handler and query-reader pair must implement provided interfaces
All versions of lumencqrs with dependencies
PHP Build Version
Package Version
The package arseto/lumencqrs contains the following files
Loading the files please wait ....