Libraries tagged by static
shipmonk/dead-code-detector
4876376 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
9966752 Downloads
Fast detection of composer dependency issues (dead dependencies, shadow dependencies, misplaced dependencies)
phpstan/phpstan-symfony
80576109 Downloads
Symfony Framework extensions and rules for PHPStan
phpstan/phpstan-strict-rules
76321911 Downloads
Extra strict and opinionated rules for PHPStan
phpstan/phpstan-phpunit
121670975 Downloads
PHPUnit extensions and rules for PHPStan
phpstan/phpstan-doctrine
77070486 Downloads
Doctrine extensions for PHPStan
phpstan/phpstan-deprecation-rules
96637670 Downloads
PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.
phpstan/extension-installer
117985739 Downloads
Composer plugin for automatic installation of PHPStan extensions
php-parallel-lint/php-parallel-lint
66128374 Downloads
This tool checks the syntax of PHP files about 20x faster than serial check.
overtrue/phplint
14787520 Downloads
`phplint` is a tool that can speed up linting of php files by running several lint processes at once.
maglnet/composer-require-checker
13646305 Downloads
CLI tool to analyze composer dependencies and verify that no unknown symbols are used in the sources of a package
icanhazstring/composer-unused
8843428 Downloads
Show unused packages by scanning your code
deptrac/deptrac
10678672 Downloads
Deptrac is a static code analysis tool that helps to enforce rules for dependencies between software layers.
nunomaduro/larastan
47377218 Downloads
Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel
phpmetrics/phpmetrics
16158726 Downloads
Static analyzer tool for PHP : Coupling, Cyclomatic complexity, Maintainability Index, Halstead's metrics... and more !