The bundle aims to provide basics Coding Standard and helper, including:
- PHPCsFixer (PSR-12, Symfony)
- PHPStan (Symfony, Doctrine, PHPUnit)
- Rector (Symfony, Doctrine, PHPUnit, Twig)
- Linter
- Twig
- Yaml
- Symfony container
- Symfony services
- Doctrine
- Composer
- Makefile
- Docker (MySQL, Redis, Mailcatcher)
You can check docs here
The current version of the bundle works with Symfony 7.0+. The project follows SemVer.
You can check the changelog.
Feel free to contribute, like sending pull requests to add features/tests or creating issues
Note there are a few helpers to maintain code quality, that you can run using these commands:
composer csf # Code style check
composer stan # Static analysis
composer test # Run tests