Download the PHP package dfau/coding-standard without Composer
On this page you can find all versions of the php package dfau/coding-standard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package coding-standard
DFAU Coding Standard
:1st_place_medal: DFAU coding standard configuration.
Installation & usage
Install this package:
composer require --dev dfau/coding-standard
ECS (Easy Coding Standard)
Run coding standard check via (in a typo3 extension context):
.Build/bin/ecs check -c .Build/vendor/dfau/coding-standard/ecs.php Classes
To fix errors add --fix
to
.Build/bin/ecs check -c .Build/vendor/dfau/coding-standard/ecs.php Classes --fix
TypoScript Lint
Run typo3-typoscript-lint via:
.Build/bin/typo3-typoscript-lint ./**/*.typoscript
All versions of coding-standard with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.3 | ^8
symplify/easy-coding-standard Version ^11.5
slevomat/coding-standard Version ^7.0
symplify/easy-coding-standard Version ^11.5
slevomat/coding-standard Version ^7.0
The package dfau/coding-standard contains the following files
Loading the files please wait ....