Download the PHP package carnage/cqrs without Composer
On this page you can find all versions of the php package carnage/cqrs. 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 cqrs
cqrs
Cqrs module for ZF2 taking heavy inspiration from broadway https://github.com/qandidate-labs/broadway designed to fit in with ZF2's design patterns.
This module is a work in progress, check back later.
It is suggested that you maintain your own fork until a tagged version of this library is release.
Licence
Licenced under MIT
TODO
- upgrade to zf2.5 only pull in bits that are required (eg exclude zend db in favor of doctrine dbal)
NOTES
Event Namespace contains 5 things:
- Event Manager: for classes/code that handle the triggered events and hand off to
- Event Subscribers: base classes/code for objects that handle (listen to) events
- Event Listeners: basic event listening
- Projections: event listeners which update read models (projections); will contain code to support this function eventually
- Sagas: event listeners which handle business processes as state machines; will contain code to support creation of sagas
All versions of cqrs with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
zendframework/zend-log Version ^2.5 || ^3.0
zendframework/zend-mvc Version ^2.5 || ^3.0
zendframework/zend-servicemanager Version ^2.5 || ^3.0
ircmaxell/random-lib Version ^1.0.0
doctrine/dbal Version ^2.5.1
doctrine/collections Version ^1.0
symfony/console Version ^3.2
carnage/zendfony-cli Version ~0.2.0
zendframework/zend-log Version ^2.5 || ^3.0
zendframework/zend-mvc Version ^2.5 || ^3.0
zendframework/zend-servicemanager Version ^2.5 || ^3.0
ircmaxell/random-lib Version ^1.0.0
doctrine/dbal Version ^2.5.1
doctrine/collections Version ^1.0
symfony/console Version ^3.2
carnage/zendfony-cli Version ~0.2.0
The package carnage/cqrs contains the following files
Loading the files please wait ....