enabel / coding-standard-bundle
Enabel bundle that provide coding standard and dev helpers
Package info
github.com/Enabel/coding-standard-bundle
Language:Makefile
Type:symfony-bundle
pkg:composer/enabel/coding-standard-bundle
4.1.0
2025-11-21 08:36 UTC
Requires
- php: ^8.3
- ergebnis/composer-normalize: ^2.29
- symfony/config: ^7.0 || ^8.0
- symfony/dependency-injection: ^7.0 || ^8.0
- symfony/framework-bundle: ^7.0 || ^8.0
Requires (Dev)
- phpro/grumphp: ^2.17
- phpunit/phpunit: ^12.4.2
Suggests
- dama/doctrine-test-bundle: Isolates database transactions for each test.
- phpro/grumphp: Configure and run Git hooks to check code quality before committing.
- zenstruck/foundry: Easily create fake objects for testing.
This package is auto-updated.
Last update: 2026-05-31 00:24:13 UTC
README
Introduction
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)
Installation & usage
You can check docs here
Versions & dependencies
The current version of the bundle works with Symfony 7.0+. The project follows SemVer.
You can check the changelog.
Contributing
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