Download the PHP package infw/tactician-adapter without Composer
On this page you can find all versions of the php package infw/tactician-adapter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download infw/tactician-adapter
More information about infw/tactician-adapter
Files in infw/tactician-adapter
Package tactician-adapter
Short Description League tactician command bus adapter for zend-expressive framework.
License MIT
Homepage https://github.com/infw/tactician-adapter
Informations about the package tactician-adapter
Zend-expressive Tactician adapter
League tactician command bus adapter for zend-expressive framework.
!!!! This package is not more mantained in favor of https://github.com/antidot-framework/tactician-adapter
Getting started
Installation
`
You can activate using Zend config-manager in a expressive modular application.
Config
Create command-bus.global.php
file inner config autoload directory.
``
Example command and handler.
``
``
You can use InFw\TacticianAdapter\Action\AbstractAction
as base action.
``
Modify Command Bus
You can modify the entire command bus to meet the needs of your project.
This is default config.
``
All versions of tactician-adapter with dependencies
league/tactician Version ^1.0
league/tactician-command-events Version ^0.6.0
league/tactician-container Version ^1.0
league/tactician-logger Version ^0.10.0
monolog/monolog Version ^1.23