Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 3.64 KB

File metadata and controls

48 lines (37 loc) · 3.64 KB
name webman-best-practices
description 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.
license MIT
metadata
author version
webman-design
1.0.0

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