morialberto/phpddd

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

Maintainers

Package info

github.com/albx/phpddd

pkg:composer/morialberto/phpddd

Statistics

Installs: 17

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-04-11 22:02:07 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