What problem does it solve? Writing modern PHP that passes strict static analysis and follows PSR standards requires deep knowledge of PHP 8.3+ features, framework conventions, and testing practices. This Skill guides the AI to produce strict-typed, enterprise-style PHP code with typed DTOs, dependency injection, and verified test coverage. ## Core Features & Use Cases - Modern PHP Implementation: Generates code using readonly classes, enums, attributes, fibers, match expressions, and first-class callables with declare(strict_types=1) everywhere. - Framework Patterns: Provides Laravel patterns (services, repositories, form requests, API resources, jobs, events) and Symfony patterns (DI configuration, attribute controllers, voters, Messenger handlers, console commands). - Async PHP: Covers Swoole servers and coroutines, ReactPHP event loops and promises, Amphp, and native fibers for concurrent applications. - Quality Enforcement: Runs PHPStan level 9 and PHPUnit/Pest with 80%+ coverage requirements before delivery. - Use Case: Ask it to build a REST API endpoint for user registration, and it delivers a typed DTO, a service class with constructor DI, a controller, and a PHPUnit test that passes PHPStan level 9. ## Quick Start Use the php-pro skill to create a Laravel user registration endpoint with a typed DTO, service layer, and PHPUnit tests that pass PHPStan level 9.