Libraries tagged by analyzis
phan/phan
9698236 Downloads
A static analyzer for PHP
overtrue/phplint
11212219 Downloads
`phplint` is a tool that can speed up linting of php files by running several lint processes at once.
markrogoyski/math-php
5761401 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
maglnet/composer-require-checker
8311819 Downloads
CLI tool to analyze composer dependencies and verify that no unknown symbols are used in the sources of a package
deptrac/deptrac
1117088 Downloads
Deptrac is a static code analysis tool that helps to enforce rules for dependencies between software layers.
sirbrillig/phpcs-variable-analysis
39837514 Downloads
A PHPCS sniff to detect problems with variables.
roave/infection-static-analysis-plugin
3659168 Downloads
Static analysis on top of mutation testing - prevents escaped mutants from being invalid according to static analysis
tomasvotruba/type-coverage
5023704 Downloads
Measure type coverage of your project
szepeviktor/phpstan-wordpress
4783877 Downloads
WordPress extensions for PHPStan
spaze/phpstan-disallowed-calls
13795375 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
3076789 Downloads
Fast detection of composer dependency issues (dead dependencies, shadow dependencies, misplaced dependencies)
phpdocumentor/reflection
11273724 Downloads
Reflection library to do Static Analysis for PHP Projects
phpcsstandards/phpcsutils
20996122 Downloads
A suite of utility functions for use with PHP_CodeSniffer
phpcsstandards/phpcsextra
14776907 Downloads
A collection of sniffs and standards for use with PHP_CodeSniffer.
phpcompatibility/phpcompatibility-wp
23560333 Downloads
A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.