Libraries tagged by staatic
phpstan/phpstan-doctrine
73633696 Downloads
Doctrine extensions for PHPStan
phpstan/phpstan-deprecation-rules
90279281 Downloads
PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.
phpstan/extension-installer
110837939 Downloads
Composer plugin for automatic installation of PHPStan extensions
php-parallel-lint/php-parallel-lint
62505555 Downloads
This tool checks the syntax of PHP files about 20x faster than serial check.
phan/phan
11958344 Downloads
A static analyzer for PHP
maglnet/composer-require-checker
12593451 Downloads
CLI tool to analyze composer dependencies and verify that no unknown symbols are used in the sources of a package
icanhazstring/composer-unused
8041638 Downloads
Show unused packages by scanning your code
deptrac/deptrac
9169019 Downloads
Deptrac is a static code analysis tool that helps to enforce rules for dependencies between software layers.
nunomaduro/larastan
46697497 Downloads
Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel
doctrine/reflection
107450579 Downloads
The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.
phpmetrics/phpmetrics
15513303 Downloads
Static analyzer tool for PHP : Coupling, Cyclomatic complexity, Maintainability Index, Halstead's metrics... and more !
tomasvotruba/type-coverage
11306523 Downloads
Measure type coverage of your project
szepeviktor/phpstan-wordpress
10600824 Downloads
WordPress extensions for PHPStan
spaze/phpstan-disallowed-calls
22851597 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
52772426 Downloads
A PHPCS sniff to detect problems with variables.