Download the PHP package opay-dev/php-linting-tools without Composer
On this page you can find all versions of the php package opay-dev/php-linting-tools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package php-linting-tools
PHP linting rules
This is PHP linting tools and rules set used by "OPAY solutions" developers to ensure we deliver maintainable and the highest quality code.
The main point of this tools set is to ensure developers write PSR compliant code. Many additional rules are added to increase code quality and readability. None of our code goes to production if at least one code style error or warning is discovered.
Package content
- friendsofphp/php-cs-fixer - Powerful PHP Coding Standards tool
- squizlabs/php_codesniffer - Another powerful and customizable PHP Coding Standards tool
- slevomat/coding-standard - Set of additional linting rules for PHP CodeSniffer
- moxio/php-codesniffer-sniffs - Set of additional linting rules for PHP CodeSniffer
- Custom Opay linting rules for PHP CodeSniffer
PHP-CS-Fixer
and PHP_CodeSniffer
are both PHP code linting tools that complement each other allowing developers to write the highest quality code.
Installation & usage
Install as a development dependency using composer:
Run tools to validate your files:
Run tools to fix your files automatically (not all files can be fixed, some may require manual fixing):
Setup custom config and run tools to validate your files:
Setup custom config and run tools to fix your files automatically:
Configure bash script or add script to composer.json
and run it with single command composer lint
:
Licence
This is set of tools created by different developers teams and collected to one set by Opay developers with additional rules added. This package can be used under MIT licence as long as it does not violate the licenses of other developers.
All versions of php-linting-tools with dependencies
friendsofphp/php-cs-fixer Version ^3.16
moxio/php-codesniffer-sniffs Version ^2.5
slevomat/coding-standard Version ^8.8
squizlabs/php_codesniffer Version ^3.7