Skip to content
KUBO Atsuhiro edited this page Oct 5, 2014 · 8 revisions

Domain Kata

Kata for domain models

Total Downloads Latest Stable Version Latest Unstable Version

Features

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

Requirements

  • PHP 5.3.3 or greater

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.0.*"
    }
}

Second, update your dependencies as the following:

composer update phpmentors/domain-kata

Documentation

Source

Browse Source Code

Browse Source Code

Git Access

git clone https://github.com/phpmentors-jp/domain-kata.git

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, All rights reserved.

License

The BSD 2-Clause License

Clone this wiki locally