php-pro

Scaffold Laravel or Symfony PHP applications with strict typing and PHPStan level 9.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mkopcic/md-solutions.hr-racuni-app --skill php-pro-mkopcic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: php-pro
Source: https://github.com/mkopcic/md-solutions.hr-racuni-app/tree/main/.github/skills/php-pro
Command: npx skills add https://github.com/mkopcic/md-solutions.hr-racuni-app --skill php-pro-mkopcic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PHP application development often requires boilerplate setup and adherence to best practices across frameworks. PHP Pro automates scaffolding to accelerate delivery while enforcing modern standards.

Core Features & Use Cases

  • Controller, service, and DTO scaffolding for Laravel/Symfony projects with strict typing and DI.
  • Migrations, tests, and repositories generation using PHPUnit/Pest, PHPStan at level 9, and PSR-12.
  • REST/GraphQL API scaffolding with Eloquent or Doctrine integration, and support for Composer-based workflows.

Quick Start

Bootstrap a new PHP project scaffold (Laravel or Symfony) using PHP Pro to generate controllers, services, migrations, DTOs, and tests.

Frequently Asked Questions about php-pro

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a modern PHP application with strict typing and PSR-12 compliance?

Scaffolding modern PHP apps is automated by generating controllers, services, and DTOs that enforce strict typing, dependency injection, and PSR-12 standards, accelerating delivery while ensuring robust, production-ready code architecture.

Can I use this PHP scaffolding tool with both Laravel and Symfony frameworks?

Yes, PHP scaffolding supports both Laravel and Symfony frameworks. It integrates with Eloquent or Doctrine ORM support and applies Composer-based workflows to generate REST or GraphQL APIs tailored to your chosen framework.

What's the best way to generate PHPUnit or Pest tests for a new PHP project?

The best way to generate tests is through automated scaffolding that creates PHPUnit or Pest test files alongside controllers and repositories, ensuring your PHP project maintains high testing standards directly from initial setup.

Do I need PHP 8.3 and PHPStan level 9 for modern PHP app development?

Yes, PHP 8.3+ and PHPStan level 9 are required. Enforcing these strict static analysis and modern PHP version standards guarantees type safety and robust architecture during the automated scaffolding of your application.

Does PHP scaffolding support REST and GraphQL API development with ORM integration?

Yes, scaffolding supports full-stack REST and GraphQL API development. It automatically integrates your chosen ORM, either Eloquent or Doctrine, to generate data layers and endpoints following PSR-compliant architecture.