Skip to content

Instantly share code, notes, and snippets.

View NandoSantana's full-sized avatar
🏠
Trabalhando em casa

Fernando Santana NandoSantana

🏠
Trabalhando em casa
View GitHub Profile
@NandoSantana
NandoSantana / ddd_cqrs_event-sourcing_in_php.md
Created July 9, 2019 16:25 — forked from jsor/ddd_cqrs_event-sourcing_in_php.md
DDD, CQRS and Event Sourcing in PHP

DDD, CQRS and Event Sourcing in PHP

  • Broadway - Infrastructure and testing helpers for creating CQRS and event sourced applications
  • EventCentric.Core - Event Sourcing and CQRS in PHP
  • LiteCQRS - Small convention based CQRS library for PHP
  • predaddy - Common DDD classes including an annotation driven message bus and tools for CQRS and Event Sourcing
  • ProophEventSourcing - Provides basic functionality for event-sourced aggregates
  • ProophEventStore - PHP 5.4+ EventStore Implementation
  • ProophServiceBus - PHP Enterprise Service Bus Implementation supporting CQRS and DDD