Download the PHP package smoothphp/commandbus without Composer
On this page you can find all versions of the php package smoothphp/commandbus. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download smoothphp/commandbus
More information about smoothphp/commandbus
Files in smoothphp/commandbus
Download smoothphp/commandbus
More information about smoothphp/commandbus
Files in smoothphp/commandbus
Vendor smoothphp
Package commandbus
Short Description Smooth Php Command Bus
License MIT
Homepage https://github.com/smoothphp/CommandBus
Package commandbus
Short Description Smooth Php Command Bus
License MIT
Homepage https://github.com/smoothphp/CommandBus
Keywords command bussmooth php
Please rate this library. Is it a good library?
Informations about the package commandbus
Command Bus
The command bus exists to execute write-or-fail commands within the domain of the application.
The command bus exists of 4 components.
- Command
The DTO containing the intent and data to execute the command. - Command Translator
Takes a command, and translates to the command handler class name. - Handler Resolver
Resolves (generates) the object that executes the given command - Middleware
Sits betweenCommandBus::execute()
and the execution of the command. Similar to HTTP middleware.
Examples
All versions of commandbus with dependencies
PHP Build Version
Package Version
The package smoothphp/commandbus contains the following files
Loading the files please wait ....