iteman / domain-kata

Kata for domain models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Domain Kata

Kata for domain models

Total Downloads Latest Stable Version Latest Unstable Version

Features

  • Interfaces for use cases, entities, repositories

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

License

The BSD 2-Clause License

About

Kata for domain models

License:BSD 2-Clause "Simplified" License