Tactician
Namespaces
- Exception
- Handler
- Plugins
- Setup
- Bundle
- Container
- Logger
Interfaces, Classes and Traits
- Middleware
- Middleware are the plugins of Tactician. They receive each command that's
given to the CommandBus and can take any action they choose. Middleware can
continue the Command processing by passing the command they receive to the
$next callable, which is essentially the "next" Middleware in the chain.
- CommandBus
- Receives a command and sends it through a chain of middleware for processing.