Kata for domain models
Kata for domain models, (*1)
Domain Kata
provides Kata for domain models that focuses on practice of model-based development such as domain-driven design, multi-paradigm design and generative programming, etc. in your project. By using Domain Kata
in your project, it makes easy to identify models in the project, so it allows you to design any package structure (stop using the Model
package in your libraries!). And Domain Kata
will be a base for a domain-oriented framework which takes advantage of type constraints., (*3)
Domain Kata
does not provide any concrete classes, but provides a framework (or a model, or an abstraction) as an implementation of a meta-modeling domain for model-based development in the PHP world. Some types of Domain Kata
come from domain-driven design, and some are otherwise such as UsecaseInterface
, InOutInterface
. The following class diagram describes what the framework is:, (*4)
Domain Kata
can be installed using Composer., (*6)
Add the dependency to phpmentors/domain-kata
into your composer.json
file as the following:, (*7)
Stable version:, (*8)
composer require phpmentors/domain-kata "1.4.*"
Development version:, (*9)
composer require phpmentors/domain-kata "~1.5@dev"
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., (*10)
Copyright (c) 2014-2015 KUBO Atsuhiro, 2014-2015 GOTO Hidenori, All rights reserved., (*11)
The BSD 2-Clause License, (*12)