What problem does it solve?
This Skill helps PHP developers build enterprise-grade applications by enforcing modern patterns, strict typing, and robust tooling across Laravel and Symfony projects.
Core Features & Use Cases
- Strong typing & PSR compliance: promotes robust, maintainable code with DI, repositories, and service layers.
- Framework-agnostic techniques: supports Laravel or Symfony architectures, with async patterns using Swoole or ReactPHP.
- Quality assurance: aligns with PHPStan level 9, PHPUnit tests, and domain-driven design patterns to ensure production-readiness.
- Use Case: when starting a new enterprise PHP project, use this skill to scaffold architecture, test strategy, and deployment pipelines.
Quick Start
Create a new Laravel or Symfony module using PHP 8.3+ with strict types, PHPStan level 9, and a sample domain model.