This skill provides deep visibility into complex PHP architectures by mapping the complete flow of an HTTP request or CLI command from the entry point to the final response. It automatically identifies route definitions, middleware stacks, use cases, and repository operations, making it indispensable for debugging, documenting APIs, and ensuring architectural integrity across Symfony, Laravel, or PSR-compliant applications. By visualizing data transformations and error paths, it helps developers maintain clean code standards in DDD, Hexagonal, and CQRS environments.
主要功能
01Maps full request-to-response journeys across all architectural layers
02Supports Symfony, Laravel, and PSR-15 middleware discovery
03Identifies potential error paths and HTTP status code mappings
04Analyzes architectural quality indicators like validation placement and logic isolation
0545 GitHub stars
06Visualizes data transformations from JSON/DTOs to Domain Entities