kitephp

webman-best-practices

MUST be used for Webman framework projects. Covers DDD architecture with controller/service/domain/infrastructure layers, strict dependency rules, lowercase directory naming, PER Coding Style with declare(strict_types=1) and final classes. Use when building Webman applications, implementing domain-driven design, or working with service layer patterns.

kitephp 10 1 Updated 4mo ago

Resources

1
GitHub

Install

npx skillscat add kitephp/webman-design-skills/webman-best-practices

Install via the SkillsCat registry.

SKILL.md

Webman framework best practices following DDD architecture, dependency rules, and PER Coding Style.

Architecture & Dependencies

Naming Conventions

Code Style (PER Coding Style)

Domain Patterns

Dependency Injection