PhpDDD provides the basic elements described in Domain Driven Design., (*1)
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, (*2)
The Versions
20/022015
dev-master
9999999-dev
Simple implementation of Domain Driven Design elements (Entity, Repository, Factory, Service)