php-pro

Scaffold PHP applications with strict typing and PSR-compliant structures for Laravel and Symfony.

16|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/Marwan78888/Neuron-Cli --skill php-pro-marwan78888
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: php-pro
Source: https://github.com/Marwan78888/Neuron-Cli/tree/main/scratch/claude-skills-main/skills/php-pro
Command: npx skills add https://github.com/Marwan78888/Neuron-Cli --skill php-pro-marwan78888

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This scaffold helps developers standardize PHP projects and enforce modern PHP practices (strict types, PSR standards, PHPStan level 9) across Laravel, Symfony, and other stacks, reducing boilerplate and onboarding time.

Core Features & Use Cases

  • Strict typing across codebases with declare(strict_types=1) and typed DTOs
  • PHPStan level 9 static analysis enforcement and PSR-12 compliance
  • Scaffolding for controllers, middleware, migrations, tests (PHPUnit/Pest), and DI setup
  • Support for Laravel, Symfony, and generic PHP API patterns Use case: initialize a new Laravel API module with typed DTOs, services, and routes.

Quick Start

Create a new Laravel or Symfony module scaffold with typed DTOs, controllers, 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 Laravel or Symfony module with strict typing and PSR-12 compliance?

Scaffold Laravel or Symfony modules with strict typing and PSR-12 compliance by automating the generation of controllers, services, DTOs, migrations, and tests. This enforces declare(strict_types=1) and typed DTOs across your codebase while reducing boilerplate.

What is the best way to bootstrap a PHP API project using PHPStan level 9?

Bootstrap a PHP API project using PHPStan level 9 by utilizing scaffolding tools that enforce static analysis and strict typing. This generates DI setups and supports both REST and GraphQL style APIs while ensuring PSR standards are followed.

Does PHP scaffolding work with both Laravel and Symfony frameworks?

PHP scaffolding works with both Laravel and Symfony frameworks, supporting module bootstrapping for REST and GraphQL style APIs. It automates the creation of controllers, middleware, and services while enforcing DI and PSR standards.

Do I need PHP 8.3 to enforce modern PHP practices like strict types and PSR standards?

You need PHP 8.3 or higher to enforce modern PHP practices like strict types and PSR standards. This requirement ensures compatibility with advanced static analysis enforcement at PHPStan level 9 and typed DTO generation.

Why use automated scaffolding for PHP application development?

Use automated scaffolding for PHP application development to standardize projects and enforce modern practices across Laravel, Symfony, and generic stacks. This reduces boilerplate and onboarding time by automating the generation of controllers, services, DTOs, migrations, and tests.