Libraries tagged by static-analysis
phpstan/phpstan-deprecation-rules
89777732 Downloads
PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.
phpstan/extension-installer
110250896 Downloads
Composer plugin for automatic installation of PHPStan extensions
php-parallel-lint/php-parallel-lint
62226646 Downloads
This tool checks the syntax of PHP files about 20x faster than serial check.
phan/phan
11928414 Downloads
A static analyzer for PHP
maglnet/composer-require-checker
12527541 Downloads
CLI tool to analyze composer dependencies and verify that no unknown symbols are used in the sources of a package
icanhazstring/composer-unused
8002049 Downloads
Show unused packages by scanning your code
deptrac/deptrac
9005969 Downloads
Deptrac is a static code analysis tool that helps to enforce rules for dependencies between software layers.
nunomaduro/larastan
46633935 Downloads
Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel
tomasvotruba/type-coverage
11191083 Downloads
Measure type coverage of your project
szepeviktor/phpstan-wordpress
10476346 Downloads
WordPress extensions for PHPStan
spaze/phpstan-disallowed-calls
22737232 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
52591597 Downloads
A PHPCS sniff to detect problems with variables.
shipmonk/phpstan-rules
2278104 Downloads
Various extra strict PHPStan rules we found useful in ShipMonk.
shipmonk/dead-code-detector
3664887 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
27305552 Downloads
PHPStan webmozart/assert extension