laudirbispo/dddreveal

Um pacote para começar trabalhando com DDD, EventSource, CQRS e Arquitetura Hexagonal

1.0.3 2020-07-07 01:27 UTC

This package is auto-updated.

Last update: 2024-05-07 10:03:57 UTC


README

Install

$ composer require laudirbispo/dddreveal

This package provides base classes to implement Domain Driven Design.

It provides a collection of classes to start implementing applications that use the Domain Driven Design (DDD) and Command and Query Responsibility Segregation (CQRS) and ES (Event Sourcing).

Currently it provides classes for aggregates, events, object values, event store, commands, queries, services, dispatcher, listeners, message, event sourcing, etc..