morialberto/phpddd

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

Maintainers

Details

github.com/albx/phpddd

Source

Issues

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/morialberto/phpddd

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

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