morialberto / phpddd
Simple implementation of Domain Driven Design elements (Entity, Repository, Factory, Service)
dev-master
2015-02-20 10:46 UTC
Requires
- php: >=5.3.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-08-29 23:44:43 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