otaku/application
最新稳定版本:v1.0.1
Composer 安装命令:
composer create-project otaku/application
包简介
This is an Application Repository template based on the OTAKU Manifesto.
README 文档
README
This is a template for an Application Repository based on the OTAKU Manifesto.
Characteristics
- The Core: Implementation of the Business Heart.
- Clean Architecture: Organized into Domain, Application, Infrastructure, and Interface layers.
- DDD Focused: Logic driven by the business domain.
- Lean: Generic tools are offloaded to Atomic Repositories.
Structure
src/Domain: Entities and business rules.src/Application: Use cases and orchestration.src/Infrastructure: External adapters (DB, Mail, etc.).src/Interface: Entry points (Controllers, CLI).
Installation
To create a new Application Repository using this template:
composer create-project otaku/application <project-name>
Running
php -S localhost:8000 -t public
Philosophy
We follow The OTAKU Manifesto: Fluid Structure Design. Please read more about it in PHILOSOPHY.md. See our security policy in SECURITY.md.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-22