morialberto / phpddd
Simple implementation of Domain Driven Design elements (Entity, Repository, Factory, Service)
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/morialberto/phpddd
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2025-12-20 20:19:55 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