PHP Classes

PHP Domain Driven Design Starter package blog

Recommend this page to a friend!

Latest PHP Domain Driven Design Starter package blog posts

  All package blogs All package blogs   PHP Domain Driven Design Starter PHP Domain Driven Design Starter   Blog PHP Domain Driven Design Starter package blog   Post article Post article  

1. How to Implement PHP Domain Driven Design Classes in Practice

Updated on: 2020-09-15

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)


  All package blogs All package blogs   PHP Domain Driven Design Starter PHP Domain Driven Design Starter   Blog PHP Domain Driven Design Starter package blog   Post article Post article