Kata for domain models
- Interfaces for use cases, entities, repositories, and specifications
Domain Kata
can be installed using Composer.
First, add the dependency to phpmentors/domain-kata
into your composer.json
file as the following:
{
"require": {
"phpmentors/domain-kata": "~1.1@dev"
}
}
Second, update your dependencies as the following:
composer update phpmentors/domain-kata
If you find a bug or have a question, or want to request a feature, create an issue or pull request for it on Issues.
Copyright (c) 2014 KUBO Atsuhiro, 2014 GOTO Hidenori, All rights reserved.