Libraries tagged by Analisys
staabm/side-effects-detector
33921744 Downloads
A static analysis tool to detect side effects in PHP code
phpstan/extension-installer
77484208 Downloads
Composer plugin for automatic installation of PHPStan extensions
phpmyadmin/sql-parser
45768601 Downloads
A validating SQL lexer and parser with a focus on MySQL dialect.
phpmetrics/phpmetrics
12869039 Downloads
Static analyzer tool for PHP : Coupling, Cyclomatic complexity, Maintainability Index, Halstead's metrics... and more !
php-parallel-lint/php-parallel-lint
45064241 Downloads
This tool checks the syntax of PHP files about 20x faster than serial check.
phan/phan
9904048 Downloads
A static analyzer for PHP
markrogoyski/math-php
5920906 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
1466464 Downloads
Deptrac is a static code analysis tool that helps to enforce rules for dependencies between software layers.
nunomaduro/larastan
42138387 Downloads
Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel
sirbrillig/phpcs-variable-analysis
40911498 Downloads
A PHPCS sniff to detect problems with variables.
shipmonk/composer-dependency-analyser
3439175 Downloads
Fast detection of composer dependency issues (dead dependencies, shadow dependencies, misplaced dependencies)
tomasvotruba/type-coverage
5425283 Downloads
Measure type coverage of your project
szepeviktor/phpstan-wordpress
5057406 Downloads
WordPress extensions for PHPStan
spaze/phpstan-disallowed-calls
14475077 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
455909 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.