enabel / coding-standard-bundle
Enabel bundle that provide coding standard and dev helpers
Installs: 3 164
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 5
Forks: 0
Open Issues: 1
Language:Makefile
Type:symfony-bundle
Requires
- php: ^8.0
- doctrine/doctrine-fixtures-bundle: ^3.4
- ergebnis/composer-normalize: ^2.29
- phpro/grumphp: ^2.4
- symfony/config: ^6.0 || ^7.0
- symfony/dependency-injection: ^6.0 || ^7.0
- symfony/framework-bundle: ^6.0 || ^7.0
- symfony/orm-pack: ^2.4
- symfony/phpunit-bridge: ^6.0 || ^7.0
Requires (Dev)
- nunomaduro/phpinsights: ^2.11
- phpstan/phpstan: ^1.10
- phpstan/phpstan-phpunit: ^1.3
- phpunit/phpunit: ^9.5
- rector/rector: ^0.18.10
- squizlabs/php_codesniffer: ^3.8
- dev-main
- 3.0.2
- 3.0.1
- 3.0.0
- v2.x-dev
- 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
- 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-dependabot/composer/symfony/http-client-7.1.8
This package is auto-updated.
Last update: 2024-11-13 16:34:20 UTC
README
Introduction
The bundle aims to provide basics Coding Standard and helper, including:
- PHP Code Sniffer (PSR-12)
- PHP Mess Detector
- PHPStan
- PHP Insight (Symfony)
- PHP Copy/Paste Detector
- Rector
- PHPLoc
- Twig Coding Standard
- Linter
- Twig
- Yaml
- XLIFF
- Symfony container
- Symfony services
- Composer
- Makefile
- Docker (MySQL, Redis, Mailcatcher, PHPQA)
Installation & usage
You can check docs here
Versions & dependencies
The current version of the bundle works with Symfony 6.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 cs # Code style check composer stan # Static analysis composer insight # Code analysis composer test # Run tests