Libraries tagged by Analisys
phpstan/extension-installer
59688063 Downloads
Composer plugin for automatic installation of PHPStan extensions
phpmyadmin/sql-parser
37408916 Downloads
A validating SQL lexer and parser with a focus on MySQL dialect.
phpmetrics/phpmetrics
11495248 Downloads
Static analyzer tool for PHP : Coupling, Cyclomatic complexity, Maintainability Index, Halstead's metrics... and more !
phpcompatibility/php-compatibility
51444901 Downloads
A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.
php-parallel-lint/php-parallel-lint
36803152 Downloads
This tool checks the syntax of PHP files about 20x faster than serial check.
phan/phan
8840020 Downloads
A static analyzer for PHP
markrogoyski/math-php
5019588 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
nunomaduro/larastan
38490460 Downloads
Larastan - Discover bugs in your code without running it. A phpstan/phpstan wrapper for Laravel
sirbrillig/phpcs-variable-analysis
34718391 Downloads
A PHPCS sniff to detect problems with variables.
shipmonk/composer-dependency-analyser
1482781 Downloads
Fast detection of composer dependency issues (dead dependencies, shadow dependencies, misplaced dependencies)
tomasvotruba/type-coverage
3159431 Downloads
Measure type coverage of your project
szepeviktor/phpstan-wordpress
3705190 Downloads
WordPress extensions for PHPStan
staabm/side-effects-detector
4582387 Downloads
A static analysis tool to detect side effects in PHP code
spaze/phpstan-disallowed-calls
11040353 Downloads
PHPStan rules to detect disallowed method & function calls, constant, namespace & superglobal usages
phpdocumentor/reflection
7507929 Downloads
Reflection library to do Static Analysis for PHP Projects