Libraries tagged by analysing
symplify/easy-coding-standard
28435098 Downloads
Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer.
staabm/side-effects-detector
32024861 Downloads
A static analysis tool to detect side effects in PHP code
phpstan/extension-installer
76383825 Downloads
Composer plugin for automatic installation of PHPStan extensions
phpmyadmin/sql-parser
45406999 Downloads
A validating SQL lexer and parser with a focus on MySQL dialect.
phpmetrics/phpmetrics
12764654 Downloads
Static analyzer tool for PHP : Coupling, Cyclomatic complexity, Maintainability Index, Halstead's metrics... and more !
php-parallel-lint/php-parallel-lint
44514508 Downloads
This tool checks the syntax of PHP files about 20x faster than serial check.
phan/phan
9821473 Downloads
A static analyzer for PHP
markrogoyski/math-php
5857050 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
1328530 Downloads
Deptrac is a static code analysis tool that helps to enforce rules for dependencies between software layers.
nunomaduro/larastan
41925837 Downloads
Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel
sirbrillig/phpcs-variable-analysis
40489524 Downloads
A PHPCS sniff to detect problems with variables.
tomasvotruba/type-coverage
5260825 Downloads
Measure type coverage of your project
szepeviktor/phpstan-wordpress
4954826 Downloads
WordPress extensions for PHPStan
spaze/phpstan-disallowed-calls
14192795 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
398858 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.