morialberto/phpddd

Simple implementation of Domain Driven Design elements (Entity, Repository, Factory, Service)

dev-master 2015-02-20 10:46 UTC

This package is not auto-updated.

Last update: 2024-05-25 13:07:56 UTC


README

PhpDDD provides the basic elements described in Domain Driven Design.

The package contains:

  • an Entity interface,
  • an AggregateRoot interface,
  • a Repository interface
  • a Domain Event base class
  • a Factory class, to create an instance of an Entity
  • a Service interface