Libraries tagged by analysis
shipmonk/phpstan-rules
2325475 Downloads
Various extra strict PHPStan rules we found useful in ShipMonk.
shipmonk/dead-code-detector
3778293 Downloads
Dead code detector to find unused PHP code via PHPStan extension. Can automatically remove dead PHP code. Supports libraries like Symfony, Doctrine, PHPUnit etc. Detects dead cycles. Can detect dead code that is tested.
phpstan/phpstan-webmozart-assert
27473403 Downloads
PHPStan webmozart/assert extension
phpstan/phpstan-mockery
27463162 Downloads
PHPStan Mockery extension
phpdocumentor/reflection
26403608 Downloads
Reflection library to do Static Analysis for PHP Projects
phpcsstandards/phpcsutils
41258003 Downloads
A suite of utility functions for use with PHP_CodeSniffer
phpcsstandards/phpcsextra
30664539 Downloads
A collection of sniffs and standards for use with PHP_CodeSniffer.
phpcompatibility/phpcompatibility-wp
34948035 Downloads
A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.
php-stubs/wordpress-stubs
16540821 Downloads
WordPress function and class declaration stubs for static analysis.
overtrue/phplint
14261907 Downloads
`phplint` is a tool that can speed up linting of php files by running several lint processes at once.
escapestudios/symfony2-coding-standard
11588447 Downloads
CodeSniffer ruleset for the Symfony 2+ coding standard
ekino/phpstan-banned-code
6323016 Downloads
Detected banned code using PHPStan
automattic/vipwpcs
11547774 Downloads
PHP_CodeSniffer rules (sniffs) to enforce WordPress VIP minimum coding conventions
phpcsstandards/php_codesniffer
365590 Downloads
PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
fabpot/php-cs-fixer
5515120 Downloads
A tool to automatically fix PHP code style