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