t4web / domain
Domain Driven Design implementation.
Installs: 1 765
Dependents: 3
Suggesters: 2
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 1
pkg:composer/t4web/domain
Requires
- php: >=5.5.0
- t4web/domain-interface: ~1.1.0
Requires (Dev)
- phpunit/phpunit: ^4.8
- squizlabs/php_codesniffer: ^2.3
Suggests
- t4web/infrastructure: Infrastructure implementation
README
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