01165 GitHub stars
02Implementation patterns for immutable Value Objects and behavior-rich Entities using modern PHP 8.3 features.
03Hexagonal Architecture (Ports & Adapters) patterns to decouple core logic from external APIs and databases.
04Guidance for framework-agnostic business logic that remains testable without Symfony or Doctrine dependencies.
05Standardized directory structure for Clean Architecture layers: Domain, Application, Adapter, and Infrastructure.
06Command/Query Responsibility Segregation (CQRS) setup with dedicated Handlers, DTOs, and readonly Commands.