Libraries tagged by Analisys
shipmonk/composer-dependency-analyser
10480637 Downloads
Fast detection of composer dependency issues (dead dependencies, shadow dependencies, misplaced dependencies)
szepeviktor/phpstan-wordpress
12690612 Downloads
WordPress extensions for PHPStan
symplify/easy-coding-standard
39635462 Downloads
Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer
staabm/side-effects-detector
129963017 Downloads
A static analysis tool to detect side effects in PHP code
shipmonk/dead-code-detector
5283948 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.
phpstan/phpstan-symfony
81807992 Downloads
Symfony Framework extensions and rules for PHPStan
phpstan/phpstan-strict-rules
78010889 Downloads
Extra strict and opinionated rules for PHPStan
phpstan/phpstan-phpunit
123853595 Downloads
PHPUnit extensions and rules for PHPStan
phpstan/phpstan-doctrine
78139877 Downloads
Doctrine extensions for PHPStan
phpstan/phpstan-deprecation-rules
98628498 Downloads
PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.
phpstan/extension-installer
120162935 Downloads
Composer plugin for automatic installation of PHPStan extensions
phpmyadmin/sql-parser
53837854 Downloads
A validating SQL lexer and parser with a focus on MySQL dialect.
phpmetrics/phpmetrics
16369976 Downloads
Static analyzer tool for PHP : Coupling, Cyclomatic complexity, Maintainability Index, Halstead's metrics... and more !
phpcompatibility/phpcompatibility-wp
37837473 Downloads
A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.
php-parallel-lint/php-parallel-lint
67245014 Downloads
This tool checks the syntax of PHP files about 20x faster than serial check.