Libraries tagged by analysing
vimeo/psalm
85759062 Downloads
A static analysis tool for finding errors in PHP applications
squizlabs/php_codesniffer
400538593 Downloads
PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
phpcompatibility/php-compatibility
86499164 Downloads
A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.
szepeviktor/phpstan-wordpress
12309274 Downloads
WordPress extensions for PHPStan
symplify/easy-coding-standard
39301191 Downloads
Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer
staabm/side-effects-detector
125664409 Downloads
A static analysis tool to detect side effects in PHP code
shipmonk/dead-code-detector
5015201 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.
shipmonk/composer-dependency-analyser
10115176 Downloads
Fast detection of composer dependency issues (dead dependencies, shadow dependencies, misplaced dependencies)
phpstan/phpstan-symfony
81002139 Downloads
Symfony Framework extensions and rules for PHPStan
phpstan/phpstan-strict-rules
76797084 Downloads
Extra strict and opinionated rules for PHPStan
phpstan/phpstan-phpunit
122264704 Downloads
PHPUnit extensions and rules for PHPStan
phpstan/phpstan-doctrine
77315299 Downloads
Doctrine extensions for PHPStan
phpstan/phpstan-deprecation-rules
97182762 Downloads
PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.
phpstan/extension-installer
118575284 Downloads
Composer plugin for automatic installation of PHPStan extensions
phpmyadmin/sql-parser
53614875 Downloads
A validating SQL lexer and parser with a focus on MySQL dialect.