PHP Best Practices

Installation
SKILL.md

PHP Best Practices

Priority: P1 (HIGH)

Structure

src/
├── {Domain}/             # e.g., Services, Repositories
└── Helpers/              # Pure functions/Traits

Implementation Guidelines

Installs
First Seen
PHP Best Practices — smithery/ai