Libraries tagged by statics
php-parallel-lint/php-parallel-lint
46199615 Downloads
This tool checks the syntax of PHP files about 20x faster than serial check.
deptrac/deptrac
1795577 Downloads
Deptrac is a static code analysis tool that helps to enforce rules for dependencies between software layers.
nunomaduro/larastan
42578935 Downloads
Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel
phpmetrics/phpmetrics
13077721 Downloads
Static analyzer tool for PHP : Coupling, Cyclomatic complexity, Maintainability Index, Halstead's metrics... and more !
composer/satis
1302264 Downloads
Simple Repository Generator
tomasvotruba/type-coverage
5798250 Downloads
Measure type coverage of your project
szepeviktor/phpstan-wordpress
5301288 Downloads
WordPress extensions for PHPStan
spaze/phpstan-disallowed-calls
15136492 Downloads
PHPStan rules to detect disallowed method & function calls, constant, namespace, attribute & superglobal usages, with powerful rules to re-allow a call or a usage in places where it should be allowed.
sirbrillig/phpcs-variable-analysis
41818207 Downloads
A PHPCS sniff to detect problems with variables.
shipmonk/dead-code-detector
584157 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.
shipmonk/composer-dependency-analyser
3762911 Downloads
Fast detection of composer dependency issues (dead dependencies, shadow dependencies, misplaced dependencies)
phpdocumentor/reflection
13236300 Downloads
Reflection library to do Static Analysis for PHP Projects
phpcsstandards/phpcsutils
23618431 Downloads
A suite of utility functions for use with PHP_CodeSniffer
phpcsstandards/phpcsextra
16796274 Downloads
A collection of sniffs and standards for use with PHP_CodeSniffer.
phpcompatibility/phpcompatibility-wp
25083864 Downloads
A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.