Libraries tagged by analysis
shipmonk/dead-code-detector
5307972 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
10514116 Downloads
Fast detection of composer dependency issues (dead dependencies, shadow dependencies, misplaced dependencies)
phpstan/phpstan-symfony
81908597 Downloads
Symfony Framework extensions and rules for PHPStan
phpstan/phpstan-strict-rules
78088918 Downloads
Extra strict and opinionated rules for PHPStan
phpstan/phpstan-phpunit
124022310 Downloads
PHPUnit extensions and rules for PHPStan
phpstan/phpstan-doctrine
78229431 Downloads
Doctrine extensions for PHPStan
phpstan/phpstan-deprecation-rules
98779800 Downloads
PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.
phpstan/extension-installer
120326512 Downloads
Composer plugin for automatic installation of PHPStan extensions
phpcompatibility/phpcompatibility-wp
37895547 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
67326322 Downloads
This tool checks the syntax of PHP files about 20x faster than serial check.
phan/phan
12451257 Downloads
A static analyzer for PHP
overtrue/phplint
14945972 Downloads
`phplint` is a tool that can speed up linting of php files by running several lint processes at once.
markrogoyski/math-php
8112157 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
icanhazstring/composer-unused
9065380 Downloads
Show unused packages by scanning your code
nunomaduro/larastan
47587641 Downloads
Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel