2017 © Pedro Peláez
 

library phpddd

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

image

morialberto/phpddd

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

  • Friday, February 20, 2015
  • by albx
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

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/02 2015

dev-master

9999999-dev

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

  Sources   Download

GPLv3

The Requires

  • php >=5.3.0

 

by Alberto Mori