Libraries tagged by Analisys
symplify/easy-coding-standard
27307568 Downloads
Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer.
staabm/side-effects-detector
24651034 Downloads
A static analysis tool to detect side effects in PHP code
phpstan/extension-installer
71158055 Downloads
Composer plugin for automatic installation of PHPStan extensions
phpmyadmin/sql-parser
43916372 Downloads
A validating SQL lexer and parser with a focus on MySQL dialect.
phpmetrics/phpmetrics
12412102 Downloads
Static analyzer tool for PHP : Coupling, Cyclomatic complexity, Maintainability Index, Halstead's metrics... and more !
php-parallel-lint/php-parallel-lint
42300200 Downloads
This tool checks the syntax of PHP files about 20x faster than serial check.
phan/phan
9553937 Downloads
A static analyzer for PHP
markrogoyski/math-php
5652726 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
906233 Downloads
Deptrac is a static code analysis tool that helps to enforce rules for dependencies between software layers.
sirbrillig/phpcs-variable-analysis
39025775 Downloads
A PHPCS sniff to detect problems with variables.
shipmonk/composer-dependency-analyser
2874984 Downloads
Fast detection of composer dependency issues (dead dependencies, shadow dependencies, misplaced dependencies)
tomasvotruba/type-coverage
4735463 Downloads
Measure type coverage of your project
szepeviktor/phpstan-wordpress
4590960 Downloads
WordPress extensions for PHPStan
spaze/phpstan-disallowed-calls
13353962 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.
phpdocumentor/reflection
10678200 Downloads
Reflection library to do Static Analysis for PHP Projects