Libraries tagged by analysis
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.
markrogoyski/math-php
5727425 Downloads
Math Library for PHP. Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra
deptrac/deptrac
1045212 Downloads
Deptrac is a static code analysis tool that helps to enforce rules for dependencies between software layers.
sirbrillig/phpcs-variable-analysis
39617191 Downloads
A PHPCS sniff to detect problems with variables.
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.
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
phpcsstandards/phpcsutils
20716237 Downloads
A suite of utility functions for use with PHP_CodeSniffer
phpcsstandards/phpcsextra
14566258 Downloads
A collection of sniffs and standards for use with PHP_CodeSniffer.
phpcompatibility/phpcompatibility-wp
23401455 Downloads
A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.