-
Notifications
You must be signed in to change notification settings - Fork 6
Home
KUBO Atsuhiro edited this page Oct 5, 2014
·
8 revisions
Kata for domain models
- Interfaces for use cases, entities, repositories, and specifications
- PHP
5.3.3or greater
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.0.*"
}
}Second, update your dependencies as the following:
composer update phpmentors/domain-katagit clone https://github.com/phpmentors-jp/domain-kata.gitIf 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, All rights reserved.


