Libraries tagged by statical
php-parallel-lint/php-parallel-lint
63706023 Downloads
This tool checks the syntax of PHP files about 20x faster than serial check.
phan/phan
12081800 Downloads
A static analyzer for PHP
maglnet/composer-require-checker
12906157 Downloads
CLI tool to analyze composer dependencies and verify that no unknown symbols are used in the sources of a package
icanhazstring/composer-unused
8254219 Downloads
Show unused packages by scanning your code
deptrac/deptrac
9684910 Downloads
Deptrac is a static code analysis tool that helps to enforce rules for dependencies between software layers.
nunomaduro/larastan
46935644 Downloads
Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel
phpmetrics/phpmetrics
15682155 Downloads
Static analyzer tool for PHP : Coupling, Cyclomatic complexity, Maintainability Index, Halstead's metrics... and more !
matanyadaev/laravel-eloquent-spatial
3681697 Downloads
Spatial library for Laravel
tomasvotruba/type-coverage
11834863 Downloads
Measure type coverage of your project
szepeviktor/phpstan-wordpress
11108577 Downloads
WordPress extensions for PHPStan
spaze/phpstan-disallowed-calls
23300297 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
53532093 Downloads
A PHPCS sniff to detect problems with variables.
shipmonk/phpstan-rules
2461737 Downloads
Various extra strict PHPStan rules we found useful in ShipMonk.
shipmonk/dead-code-detector
4071812 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
27758616 Downloads
PHPStan webmozart/assert extension