Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.41 KB

File metadata and controls

36 lines (26 loc) · 1.41 KB

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