skills/smithery.ai/backend-php-standards

backend-php-standards

Installation
SKILL.md

Backend PHP Standards

When to use this skill

  • Starting new PHP projects
  • Code reviews
  • Establishing team standards
  • Refactoring legacy code

Workflow

  • Follow PSR-12 coding style
  • Use PSR-4 autoloading
  • Enable strict types
  • Type hint all parameters and returns
  • Use meaningful variable names

Instructions

Installs
1
First Seen
Mar 30, 2026
backend-php-standards from smithery.ai