2017 © Pedro Peláez
 

library cqrs

Cqrs/Es module for zf2

image

carnage/cqrs

Cqrs/Es module for zf2

  • Sunday, September 17, 2017
  • by carnage
  • Repository
  • 1 Watchers
  • 7 Stars
  • 78 Installations
  • PHP
  • 6 Dependents
  • 0 Suggesters
  • 3 Forks
  • 3 Open issues
  • 5 Versions
  • 4 % Grown

The README.md

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., (*1)

This module is a work in progress, check back later., (*2)

It is suggested that you maintain your own fork until a tagged version of this library is release., (*3)

Licence

Licenced under MIT, (*4)

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:, (*5)

  • 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

The Versions

13/05 2017

0.1.2

0.1.2.0

Cqrs/Es module for zf2

  Sources   Download

MIT

The Requires

 

The Development Requires

13/05 2017

0.1.1

0.1.1.0

Cqrs/Es module for zf2

  Sources   Download

MIT

The Requires

 

The Development Requires

13/05 2017

0.1.0

0.1.0.0

Cqrs/Es module for zf2

  Sources   Download

MIT

The Requires

 

The Development Requires