Libraries tagged by static-analysis
phpstan/phpstan-phpunit
123232912 Downloads
PHPUnit extensions and rules for PHPStan
phpstan/phpstan-doctrine
77818264 Downloads
Doctrine extensions for PHPStan
phpstan/phpstan-deprecation-rules
98059149 Downloads
PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.
phpstan/extension-installer
119538081 Downloads
Composer plugin for automatic installation of PHPStan extensions
phpcompatibility/phpcompatibility-wp
37619035 Downloads
A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.
php-parallel-lint/php-parallel-lint
66958187 Downloads
This tool checks the syntax of PHP files about 20x faster than serial check.
phan/phan
12410724 Downloads
A static analyzer for PHP
overtrue/phplint
14892643 Downloads
`phplint` is a tool that can speed up linting of php files by running several lint processes at once.
maglnet/composer-require-checker
13855046 Downloads
CLI tool to analyze composer dependencies and verify that no unknown symbols are used in the sources of a package
icanhazstring/composer-unused
9020507 Downloads
Show unused packages by scanning your code
deptrac/deptrac
11062800 Downloads
Deptrac is a static code analysis tool that helps to enforce rules for dependencies between software layers.
nunomaduro/larastan
47505821 Downloads
Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel
tomasvotruba/type-coverage
13495241 Downloads
Measure type coverage of your project
spaze/phpstan-disallowed-calls
24501341 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
55446631 Downloads
A PHPCS sniff to detect problems with variables.