Libraries tagged by static7
php-parallel-lint/php-parallel-lint
43372221 Downloads
This tool checks the syntax of PHP files about 20x faster than serial check.
phan/phan
9667167 Downloads
A static analyzer for PHP
overtrue/phplint
11159796 Downloads
`phplint` is a tool that can speed up linting of php files by running several lint processes at once.
nette/di
36473624 Downloads
💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP features.
maglnet/composer-require-checker
8251051 Downloads
CLI tool to analyze composer dependencies and verify that no unknown symbols are used in the sources of a package
deptrac/deptrac
1045212 Downloads
Deptrac is a static code analysis tool that helps to enforce rules for dependencies between software layers.
doctrine/reflection
102647514 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
12570917 Downloads
Static analyzer tool for PHP : Coupling, Cyclomatic complexity, Maintainability Index, Halstead's metrics... and more !
roave/infection-static-analysis-plugin
3628816 Downloads
Static analysis on top of mutation testing - prevents escaped mutants from being invalid according to static analysis
tomasvotruba/type-coverage
4940166 Downloads
Measure type coverage of your project
szepeviktor/phpstan-wordpress
4718947 Downloads
WordPress extensions for PHPStan
spaze/phpstan-disallowed-calls
13662610 Downloads
PHPStan rules to detect disallowed method & function calls, constant, namespace, attribute & superglobal usages, with powerful rules to re-allow a call or a usage in places where it should be allowed.
sirbrillig/phpcs-variable-analysis
39617191 Downloads
A PHPCS sniff to detect problems with variables.
shipmonk/composer-dependency-analyser
3017425 Downloads
Fast detection of composer dependency issues (dead dependencies, shadow dependencies, misplaced dependencies)
phpdocumentor/reflection
11086526 Downloads
Reflection library to do Static Analysis for PHP Projects