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