Libraries tagged by analysis
phpstan/phpstan
395941137 Downloads
PHPStan - PHP Static Analysis Tool
phpdocumentor/reflection-common
763542418 Downloads
Common reflection classes used by phpdocumentor to reflect the code structure
larastan/larastan
68719059 Downloads
Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel
friendsofphp/php-cs-fixer
265435135 Downloads
A tool to automatically fix PHP code style
wp-coding-standards/wpcs
52825739 Downloads
PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions
vimeo/psalm
86159558 Downloads
A static analysis tool for finding errors in PHP applications
squizlabs/php_codesniffer
402193375 Downloads
PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
phpcompatibility/php-compatibility
87071397 Downloads
A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.
phpmyadmin/sql-parser
53743571 Downloads
A validating SQL lexer and parser with a focus on MySQL dialect.
phpmetrics/phpmetrics
16312666 Downloads
Static analyzer tool for PHP : Coupling, Cyclomatic complexity, Maintainability Index, Halstead's metrics... and more !
maglnet/composer-require-checker
13855046 Downloads
CLI tool to analyze composer dependencies and verify that no unknown symbols are used in the sources of a package
szepeviktor/phpstan-wordpress
12547562 Downloads
WordPress extensions for PHPStan
symplify/easy-coding-standard
39501901 Downloads
Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer
staabm/side-effects-detector
128243350 Downloads
A static analysis tool to detect side effects in PHP code
shipmonk/dead-code-detector
5195802 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.