What problem does it solve?
Symfony 7 with Hexagonal Architecture, Domain-Driven Design (DDD), and CQRS patterns. Use this skill when implementing backend features, creating entities, commands, queries, repositories, or working with bounded contexts.
Core Features & Use Cases
- Structured hexagonal architecture with Domain, Application, and Infrastructure layers and clearly defined bounded contexts.
- Rich domain models including Entities, Value Objects, Domain Events, and idiomatic Repository patterns.
- Commands, Queries, and CQRS-based workflows with Symfony integration and dependency injection.
- Practical examples across bounded contexts like UserManagement, TaskManagement, and PointsManagement demonstrating end-to-end workflows.
Quick Start
Scaffold a Symfony 7 project and implement a sample bounded context with an entity, a command, and a query to observe the CQRS pattern in action.