Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Base Domain Layer

A base domain layer to rapidly built other domain layers.

Latest Stable Version

This package is part of the Message driven PHP project.

MsgPHP is a project that aims to provide (common) message based domain layers for your application. It has a low development time overhead and avoids being overly opinionated.

Installation

composer require msgphp/domain

Features

  • Common entity fields & features
  • Common domain events
  • Interface bound collection, identifier, factory & message bus
  • Abstract entity repositories
  • Projection document model
  • Common infrastructure

Blog Posts

Documentation

Contributing

This repository is READ ONLY. Issues and pull requests should be submitted in the main development repository.