t4web/domain

Domain Driven Design implementation.

1.2.0 2019-05-13 12:44 UTC

This package is auto-updated.

Last update: 2024-04-13 23:05:41 UTC


README

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