Download the PHP package pauci/cqrs-module without Composer
On this page you can find all versions of the php package pauci/cqrs-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pauci/cqrs-module
More information about pauci/cqrs-module
Files in pauci/cqrs-module
Download pauci/cqrs-module
More information about pauci/cqrs-module
Files in pauci/cqrs-module
Vendor pauci
Package cqrs-module
Short Description Zend Framework 2 Module that provides functionality for CQRS library
License MIT
Package cqrs-module
Short Description Zend Framework 2 Module that provides functionality for CQRS library
License MIT
Please rate this library. Is it a good library?
Informations about the package cqrs-module
CQRS Module for Zend Framework 2
CQRSModule integrates CQRS library with Zend Framework 2 quickly and easily.
Installation
Installation of this module uses composer. For composer documentation, please refer to getcomposer.org.
Install the module via command:
php composer.phar require pauci/cqrs-module
# (When asked for a version, type `dev-master`)
Then add CQRSModule
to your config/application.config.php
Setup
Registered Service names
cqrs.command_bus.cqrs_default
: aCQRS\CommandHandling\CommandBusInterface
instancecqrs.command_handler_locator.cqrs_default
: aCQRS\CommandHandling\Locator\CommandHandlerLocatorInterface
instancecqrs.transaction_manager.cqrs_default
: aCQRS\CommandHandling\TransactionManager\TransactionManagerInterface
instancecqrs.event_publisher.cqrs_default
: theCQRS\EventHandling\Publisher\EventPublisherInterface
instancecqrs.event_bus.cqrs_default
: theCQRS\EventHandling\EventBusInterface
instancecqrs.event_handler_locator.cqrs_default
: theCQRS\EventHandling\Locator\EventHandlerLocatorInterface
instancecqrs.event_store.cqrs_default
: theCQRS\EventStore\EventStoreInterface
instancecqrs.serializer.reflection
: theCQRS\Serializer\ReflectionSerializer
instance
Service Locator
To access the entity manager, use the main service locator:
All versions of cqrs-module with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.6 || ^7.0
pauci/cqrs Version ^0.2.5
zendframework/zend-mvc Version ^2.7.10 || ^3.0.4
zendframework/zend-servicemanager Version ^2.7.8 || ^3.2.0
zendframework/zend-stdlib Version ^2.7.7 || ^3.1.0
pauci/cqrs Version ^0.2.5
zendframework/zend-mvc Version ^2.7.10 || ^3.0.4
zendframework/zend-servicemanager Version ^2.7.8 || ^3.2.0
zendframework/zend-stdlib Version ^2.7.7 || ^3.1.0
The package pauci/cqrs-module contains the following files
Loading the files please wait ....