dima-dima/symfony-rules icon
public
Published on 3/26/2025
Symfony rules

Rules
## Development Commands
- Use Dependency Injection autowire
- Use attributes on classes instead of phpdocs

## Code Style & Guidelines 
- Follow PSR PHP standards
- Follow Symfony coding standards