1. How to Implement PHP Domain Driven Design Classes in Practice
Domain Driven Design (DDD) is a concept for defining an approach to map abstract project concepts into a concrete implementation of software projects on which the abstract entities are mapped to specific concrete classes and interfaces.
Command and Query Responsibility Segregation (CQRS) is a pattern that defines that there may be different model objects that can be used to update the information that is necessary to store the model information.
Event Sourcing (ES) is an approach to keep track about the changes in the state of an application as a sequence of events.
This package provides abstract interfaces for defining objects to implement Domain Driven Design, Command and Query Responsibility Segregation and Event Sourcing in PHP.
More ... Post a comment See comments (0) Trackbacks (0)
Command and Query Responsibility Segregation (CQRS) is a pattern that defines that there may be different model objects that can be used to update the information that is necessary to store the model information.
Event Sourcing (ES) is an approach to keep track about the changes in the state of an application as a sequence of events.
This package provides abstract interfaces for defining objects to implement Domain Driven Design, Command and Query Responsibility Segregation and Event Sourcing in PHP.
More ... Post a comment See comments (0) Trackbacks (0)