# PHP rules

## Apply Order

1. start with `rules/common/`
2. layer `rules/php/` on top for application, framework, and testing choices
3. consult the structured docs and examples before deviating from the promoted patterns

## Focus Areas

- application structure and dependency flow
- validation, testing, and framework behavior
- overlays such as Laravel and Symfony when relevant

## Related Pack Assets

- `knowledge-bases/structured/php/docs/`
- `knowledge-bases/structured/php/examples/`
- `skills/php-engineering/SKILL.md`
