enabel / coding-standard-bundle
Enabel bundle that provide coding standard and dev helpers
Installs: 4 529
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 5
Forks: 0
Open Issues: 0
Language:Makefile
Type:symfony-bundle
pkg:composer/enabel/coding-standard-bundle
Requires
- php: ^8.3
- ergebnis/composer-normalize: ^2.29
- symfony/config: ^7.0
- symfony/dependency-injection: ^7.0
- symfony/framework-bundle: ^7.0
Requires (Dev)
- phpunit/phpunit: ^12.4.2
Suggests
- dama/doctrine-test-bundle: Isolates database transactions for each test.
- zenstruck/foundry: Easily create fake objects for testing.
- dev-main
- 4.0.0
- 3.1.0
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- v2.x-dev
- 2.0.12
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- v1.x-dev
- 1.0.31
- 1.0.30
- 1.0.29
- 1.0.28
- 1.0.27
- 1.0.26
- 1.0.25
- 1.0.24
- 1.0.23
- 1.0.22
- 1.0.21
- 1.0.20
- 1.0.19
- 1.0.18
- 1.0.17
- 1.0.16
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-feature/v4
This package is auto-updated.
Last update: 2025-11-07 19:48:58 UTC
README
Introduction
The bundle aims to provide basics Coding Standard and helper, including:
- PHPCsFixer (PSR-12, Symfony)
- PHPStan (Symfony, Doctrine, PHPUnit)
- 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