/domain-kata

Kata for domain models

Primary LanguagePHPOtherNOASSERTION

Domain Kata

Kata for domain models

Total Downloads Latest Stable Version Latest Unstable Version

Features

  • Interfaces for use cases, entities, repositories, and specifications

Installation

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

Support

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

Copyright (c) 2014 KUBO Atsuhiro, 2014 GOTO Hidenori, All rights reserved.

License

The BSD 2-Clause License