Download the PHP package k10r/codestyle without Composer
On this page you can find all versions of the php package k10r/codestyle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download k10r/codestyle
More information about k10r/codestyle
Files in k10r/codestyle
Download k10r/codestyle
More information about k10r/codestyle
Files in k10r/codestyle
Vendor k10r
Package codestyle
Short Description Kellerkinder codestyle definitions for different PHP versions.
License MIT
Package codestyle
Short Description Kellerkinder codestyle definitions for different PHP versions.
License MIT
Please rate this library. Is it a good library?
Informations about the package codestyle
Usage
Installation
First require the package via composer:
composer require --dev k10r/codestyle
Choose a version
After that, decide which configuration you want to use, currently the following configurations are supported:
- PHP 7.4
- PHP 8.0
- PHP 8.1
- PHP 8.2
- PHP 8.3
Implementation
- Create a
.php-cs-fixer.dist.php
or add the one provided by the project to the root folder of your project. - Change the version to one of the listed above
- Finally, add
.php-cs-fixer.cache
to project specific.gitignore
file - If you want to apply the changes simply use:
./vendor/bin/php-cs-fixer fix
- Use the following command to take a look at the changes before applying them:
./vendor/bin/php-cs-fixer fix --dry-run
All versions of codestyle with dependencies
PHP Build Version
Package Version
Requires
friendsofphp/php-cs-fixer Version
^3.12
The package k10r/codestyle contains the following files
Loading the files please wait ....