{"id":19234522,"url":"https://github.com/phpmentors-jp/domain-kata","last_synced_at":"2025-08-20T10:31:34.203Z","repository":{"id":20660157,"uuid":"23942448","full_name":"phpmentors-jp/domain-kata","owner":"phpmentors-jp","description":"Kata for domain models","archived":false,"fork":false,"pushed_at":"2015-06-13T03:10:47.000Z","size":924,"stargazers_count":73,"open_issues_count":2,"forks_count":6,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-12-12T03:04:15.497Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/phpmentors-jp/domain-kata/wiki","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phpmentors-jp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-12T01:36:30.000Z","updated_at":"2024-06-14T11:52:25.000Z","dependencies_parsed_at":"2022-08-31T07:40:28.150Z","dependency_job_id":null,"html_url":"https://github.com/phpmentors-jp/domain-kata","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpmentors-jp%2Fdomain-kata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpmentors-jp%2Fdomain-kata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpmentors-jp%2Fdomain-kata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpmentors-jp%2Fdomain-kata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phpmentors-jp","download_url":"https://codeload.github.com/phpmentors-jp/domain-kata/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230041398,"owners_count":18163698,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T16:14:11.104Z","updated_at":"2024-12-19T10:08:58.026Z","avatar_url":"https://github.com/phpmentors-jp.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Domain Kata\n\nKata for domain models\n\n[![Total Downloads](https://poser.pugx.org/phpmentors/domain-kata/downloads.png)](https://packagist.org/packages/phpmentors/domain-kata)\n[![Latest Stable Version](https://poser.pugx.org/phpmentors/domain-kata/v/stable.png)](https://packagist.org/packages/phpmentors/domain-kata)\n[![Latest Unstable Version](https://poser.pugx.org/phpmentors/domain-kata/v/unstable.png)](https://packagist.org/packages/phpmentors/domain-kata)\n\n`Domain Kata` provides [Kata](http://en.wikipedia.org/wiki/Kata) for domain models that focuses on practice of model-based development such as [domain-driven design](http://en.wikipedia.org/wiki/Domain-driven_design), multi-paradigm design and [generative programming](http://en.wikipedia.org/wiki/Automatic_programming#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.\n\n## Features\n\n`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:\n\n\u003ca href=\"https://github.com/phpmentors-jp/domain-kata/wiki/images/class-diagram-14.png\" target=\"_blank\"\u003e\u003cimg src=\"https://github.com/phpmentors-jp/domain-kata/wiki/images/class-diagram-14-700.png\" alt=\"Domain Kata class diagram\"\u003e\u003c/a\u003e\n\n## Installation\n\n`Domain Kata` can be installed using [Composer](http://getcomposer.org/).\n\nAdd the dependency to `phpmentors/domain-kata` into your `composer.json` file as the following:\n\nStable version:\n\n```\ncomposer require phpmentors/domain-kata \"1.4.*\"\n```\n\nDevelopment version:\n\n```\ncomposer require phpmentors/domain-kata \"~1.5@dev\"\n```\n\n## Support\n\nIf you find a bug or have a question, or want to request a feature, create an issue or pull request for it on [Issues](https://github.com/phpmentors-jp/domain-kata/issues).\n\n## Copyright\n\nCopyright (c) 2014-2015 KUBO Atsuhiro, 2014-2015 GOTO Hidenori, All rights reserved.\n\n## License\n\n[The BSD 2-Clause License](http://opensource.org/licenses/BSD-2-Clause)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphpmentors-jp%2Fdomain-kata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphpmentors-jp%2Fdomain-kata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphpmentors-jp%2Fdomain-kata/lists"}