Skip to content

t4web/Domain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Domain

Master: Build Status codecov.io Scrutinizer Code Quality SensioLabsInsight Dependency Status

Domain Driven Design implementation by t4web\domain-interface

Contents

Installation

Add this project in your composer.json:

"require": {
    "t4web/domain": "~1.1.0"
}

Now tell composer to download Domain by running the command:

$ php composer.phar update

Quick start

You can use service Creator, Deleter and Updater in you controllers for work with DDD Entity. You can implement Domain\Infrastructure for using this services or inject t4web\infrastructure