Libraries tagged by static
spaze/phpstan-disallowed-calls
22802353 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
52699047 Downloads
A PHPCS sniff to detect problems with variables.
shipmonk/phpstan-rules
2294103 Downloads
Various extra strict PHPStan rules we found useful in ShipMonk.
shipmonk/dead-code-detector
3704987 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
27360364 Downloads
PHPStan webmozart/assert extension
phpstan/phpstan-mockery
27276434 Downloads
PHPStan Mockery extension
phpdocumentor/reflection
26220074 Downloads
Reflection library to do Static Analysis for PHP Projects
phpcsstandards/phpcsutils
40766935 Downloads
A suite of utility functions for use with PHP_CodeSniffer
phpcsstandards/phpcsextra
30255174 Downloads
A collection of sniffs and standards for use with PHP_CodeSniffer.
phpcompatibility/phpcompatibility-wp
34661951 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
16346105 Downloads
WordPress function and class declaration stubs for static analysis.
overtrue/phplint
14199679 Downloads
`phplint` is a tool that can speed up linting of php files by running several lint processes at once.
escapestudios/symfony2-coding-standard
11566106 Downloads
CodeSniffer ruleset for the Symfony 2+ coding standard
ekino/phpstan-banned-code
6292057 Downloads
Detected banned code using PHPStan
automattic/vipwpcs
11479007 Downloads
PHP_CodeSniffer rules (sniffs) to enforce WordPress VIP minimum coding conventions