What problem does it solve?
PHP developers often struggle to stand up modern, well-typed backend APIs quickly while maintaining framework conformance and test quality. This skill automates scaffolding for Laravel and Symfony projects, enforcing strict types, PHPStan level 9, and PSR standards to reduce boilerplate and errors.
Core Features & Use Cases
- Framework-agnostic scaffolding for Laravel or Symfony API backends with typed DTOs, controllers, middleware, and DI setup.
- Testing-ready templates including Pest/PHPUnit tests, and sample migrations to align with production-grade workflows.
- Quality enforcement via declare(strict_types=1), PSR-12 compliance, and static analysis (PHPStan level 9) integrated into the generation workflow.
Quick Start
Create a Laravel or Symfony API skeleton with strict types, PHPStan level 9, and pre-configured tests.