php-pro

Develop modern PHP applications with strict typing and PHPStan level 9 compliance.

Updated Dec 22, 2025
One-click install
npx skills add https://github.com/fuziix266/mavoo-laminas --skill php-pro-fuziix266
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: php-pro
Source: https://github.com/fuziix266/mavoo-laminas/tree/main/instrucciones/.agents/skills/php-pro
Command: npx skills add https://github.com/fuziix266/mavoo-laminas --skill php-pro-fuziix266

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides expert guidance and implementation for building robust, scalable, and modern PHP applications, ensuring adherence to best practices and high code quality.

Core Features & Use Cases

  • Modern PHP Development: Leverage PHP 8.3+ features, strict typing, and advanced patterns.
  • Framework Expertise: Deep knowledge of Laravel and Symfony for building enterprise-grade applications.
  • Performance & Scalability: Implement async patterns, optimize code, and ensure high test coverage.
  • Use Case: Refactor a legacy PHP application to use modern PHP 8.3+ features, implement strict typing with PHPStan level 9, and improve performance using Swoole.

Quick Start

Use the php-pro skill to generate a strict-typed Laravel service class for user authentication.

Frequently Asked Questions about php-pro

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

FAQPage Schema
How do I refactor a legacy PHP application to use PHP 8.3 strict typing and PHPStan level 9?

To refactor legacy PHP to PHP 8.3 strict typing and PHPStan level 9, you implement modern PHP features, enforce strict type declarations, and resolve static analysis errors to build scalable enterprise software.

What is the best way to implement asynchronous patterns in Laravel using Swoole?

Implementing asynchronous patterns in Laravel using Swoole involves leveraging Swoole's coroutine capabilities within the framework to optimize code execution and improve performance for scalable applications.

Can I use this to generate a strict-typed Symfony service class for enterprise backend development?

Yes, you can generate strict-typed Symfony service classes for enterprise backend development, ensuring adherence to PSR standards, strict typing, and high code quality for robust application architecture.

Does PHP 8.3 work well with both Laravel and Symfony frameworks for scalable applications?

PHP 8.3 works seamlessly with both Laravel and Symfony frameworks, providing advanced patterns, strict typing, and PSR standard compliance necessary for building scalable and maintainable enterprise software.

Why should I enforce PHPStan level 9 compliance in modern PHP backend development?

Enforcing PHPStan level 9 compliance in modern PHP backend development ensures maximum static analysis strictness, catching potential bugs early and guaranteeing high code quality and maintainability for enterprise applications.

What are the limitations of using asynchronous patterns with Swoole in PHP applications?

While asynchronous patterns with Swoole optimize PHP performance, limitations include potential compatibility issues with traditional synchronous libraries and the need for careful memory management to avoid leaks in long-running processes.