Libraries tagged by analysis
markrogoyski/math-php
6165598 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
2045935 Downloads
Deptrac is a static code analysis tool that helps to enforce rules for dependencies between software layers.
nunomaduro/larastan
42880205 Downloads
Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel
sirbrillig/phpcs-variable-analysis
42586631 Downloads
A PHPCS sniff to detect problems with variables.
maglnet/composer-require-checker
9070421 Downloads
CLI tool to analyze composer dependencies and verify that no unknown symbols are used in the sources of a package
tomasvotruba/type-coverage
6077811 Downloads
Measure type coverage of your project
szepeviktor/phpstan-wordpress
5504778 Downloads
WordPress extensions for PHPStan
spaze/phpstan-disallowed-calls
15670071 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/dead-code-detector
689027 Downloads
Dead code detector to find unused PHP code via PHPStan extension. Can automatically remove dead PHP code. Supports libraries like Symfony, Doctrine, PHPUnit etc. Detects dead cycles. Can detect dead code that is tested.
shipmonk/composer-dependency-analyser
4057545 Downloads
Fast detection of composer dependency issues (dead dependencies, shadow dependencies, misplaced dependencies)
phpdocumentor/reflection
13992718 Downloads
Reflection library to do Static Analysis for PHP Projects
phpcsstandards/phpcsutils
24631930 Downloads
A suite of utility functions for use with PHP_CodeSniffer
phpcsstandards/phpcsextra
17585551 Downloads
A collection of sniffs and standards for use with PHP_CodeSniffer.
phpcompatibility/phpcompatibility-wp
25715874 Downloads
A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.
php-stubs/wordpress-stubs
9824061 Downloads
WordPress function and class declaration stubs for static analysis.