Domain Driven Design implementation by t4web\domain-interface
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
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