Download the PHP package arty/php-coding-standard without Composer
On this page you can find all versions of the php package arty/php-coding-standard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download arty/php-coding-standard
More information about arty/php-coding-standard
Files in arty/php-coding-standard
Download arty/php-coding-standard
More information about arty/php-coding-standard
Files in arty/php-coding-standard
Vendor arty
Package php-coding-standard
Short Description Static analysis tools config for PHP projects, by arty.
License MIT
Package php-coding-standard
Short Description Static analysis tools config for PHP projects, by arty.
License MIT
Please rate this library. Is it a good library?
Informations about the package php-coding-standard
Arty Coding Style
This is the coding style tools config I use everyday on my projects.
it includes :
- PHPCS for code sniffing.
- PHPStan for static bug finding into code.
- PHPMD for static performance analysis (complexity, unused expressions, optimizing).
Installation
Installation with composer :
Usage
PHPCS
In your project, create a phpcs.xml
file and fill it up with :
Run it with :
PHPStan
In your project, create a phpstan.neon
file and fill it up with :
Run it with :
PHPMD
In your project, create a phpmd.xml
file and fill it up with :
Run it with :
All versions of php-coding-standard with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.3
squizlabs/php_codesniffer Version ^3.8
slevomat/coding-standard Version ^8.14
phpmd/phpmd Version ^2.15
phpstan/phpstan Version ^1.10
phpstan/phpstan-phpunit Version ^1.3
jangregor/phpstan-prophecy Version ^1.0
phpspec/prophecy-phpunit Version ^2.1
phpunit/phpunit Version ^10.5 || ^11.0
squizlabs/php_codesniffer Version ^3.8
slevomat/coding-standard Version ^8.14
phpmd/phpmd Version ^2.15
phpstan/phpstan Version ^1.10
phpstan/phpstan-phpunit Version ^1.3
jangregor/phpstan-prophecy Version ^1.0
phpspec/prophecy-phpunit Version ^2.1
phpunit/phpunit Version ^10.5 || ^11.0
The package arty/php-coding-standard contains the following files
Loading the files please wait ....