Libraries tagged by statics
spaze/phpstan-disallowed-calls
23099790 Downloads
PHPStan rules to detect disallowed method & function calls, constant, namespace, attribute, property & superglobal usages, with powerful rules to re-allow a call or a usage in places where it should be allowed.
sirbrillig/phpcs-variable-analysis
53198731 Downloads
A PHPCS sniff to detect problems with variables.
shipmonk/phpstan-rules
2420639 Downloads
Various extra strict PHPStan rules we found useful in ShipMonk.
shipmonk/dead-code-detector
3929534 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
27600849 Downloads
PHPStan webmozart/assert extension
phpstan/phpstan-mockery
27744871 Downloads
PHPStan Mockery extension
phpdocumentor/reflection
26588645 Downloads
Reflection library to do Static Analysis for PHP Projects
phpcsstandards/phpcsutils
41755739 Downloads
A suite of utility functions for use with PHP_CodeSniffer
phpcsstandards/phpcsextra
31076255 Downloads
A collection of sniffs and standards for use with PHP_CodeSniffer.
phpcompatibility/phpcompatibility-wp
35224317 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
16759896 Downloads
WordPress function and class declaration stubs for static analysis.
overtrue/phplint
14329301 Downloads
`phplint` is a tool that can speed up linting of php files by running several lint processes at once.
escapestudios/symfony2-coding-standard
11611392 Downloads
CodeSniffer ruleset for the Symfony 2+ coding standard
ekino/phpstan-banned-code
6354058 Downloads
Detected banned code using PHPStan
automattic/vipwpcs
11627960 Downloads
PHP_CodeSniffer rules (sniffs) to enforce WordPress VIP minimum coding conventions