hyperf-backend
仓库创建 2026年6月27日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
快速搭建符合领域驱动的 PHP 微服务骨架
这个 Skill 做什么
生成基于 Hyperf 的微服务后端骨架,遵循 DDD 与 Clean Architecture。
帮你一键生成基于 Hyperf 的微服务后端骨架,按 DDD 和 Clean Architecture 划分目录、生成 Models、Repositories、Actions、DTOs,并把事件流接到 Kafka。适合在新建服务或补充领域模型/仓库层时快速搭好模板代码,省下重复的样板工程量。特别之处是内建对 menumbing/* 包结构和 Kafka 事件流的约定,输出的代码能跟团队架构规范直接对接。
▸ 展开 SKILL.md 英文原文
Generate Hyperf microservice backend code with DDD, Clean Architecture, menumbing packages, and Kafka event streaming. Use when creating services, Models, Repositories, Actions, or DTOs.
0
Stars
0
Forks
7
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/AdiPP/skills/main/skills/hyperf-backend/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/AdiPP/skills/main/skills/hyperf-backend/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Hyperf Backend Skill
Generic skill for generating Hyperf-based microservice backend code aligned with DDD + Clean Architecture, using `menumbing/*` packages and Kafka event streaming.
## Placeholder Convention
When applying this skill, replace:
| Placeholder | Format | Example |
|-------------|--------|---------|
| `{ProjectName}` | PascalCase — used in PHP namespaces | `AcmeCorp`, `MyPlatform`, `SampleApp` |
| `{project-name}` | kebab-case — used in DB names, Kafka group, Docker names | `acmecorp`, `myplatform`, `sampleapp` |
| `{project_name}` | snake_case — used in DB schema, prefix, env vars | `acmecorp`, `myplatform` |
| `{Domain}` | PascalCase — bounded context name | `Identity`,via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有