Libraries tagged by static analysis
phpstan/phpstan-deprecation-rules
90165208 Downloads
PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.
phpstan/extension-installer
110706082 Downloads
Composer plugin for automatic installation of PHPStan extensions
php-parallel-lint/php-parallel-lint
62439620 Downloads
This tool checks the syntax of PHP files about 20x faster than serial check.
phan/phan
11954258 Downloads
A static analyzer for PHP
maglnet/composer-require-checker
12575683 Downloads
CLI tool to analyze composer dependencies and verify that no unknown symbols are used in the sources of a package
icanhazstring/composer-unused
8032790 Downloads
Show unused packages by scanning your code
deptrac/deptrac
9124085 Downloads
Deptrac is a static code analysis tool that helps to enforce rules for dependencies between software layers.
nunomaduro/larastan
46685408 Downloads
Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel
phpmetrics/phpmetrics
15506862 Downloads
Static analyzer tool for PHP : Coupling, Cyclomatic complexity, Maintainability Index, Halstead's metrics... and more !
sirbrillig/phpcs-variable-analysis
52742050 Downloads
A PHPCS sniff to detect problems with variables.
tomasvotruba/type-coverage
11280859 Downloads
Measure type coverage of your project
szepeviktor/phpstan-wordpress
10568836 Downloads
WordPress extensions for PHPStan
spaze/phpstan-disallowed-calls
22829900 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.
shipmonk/phpstan-rules
2300738 Downloads
Various extra strict PHPStan rules we found useful in ShipMonk.
shipmonk/dead-code-detector
3711873 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.