Libraries tagged by staatic
shipmonk/dead-code-detector
5430904 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
10647478 Downloads
Fast detection of composer dependency issues (dead dependencies, shadow dependencies, misplaced dependencies)
phpstan/phpstan-symfony
82265650 Downloads
Symfony Framework extensions and rules for PHPStan
phpstan/phpstan-strict-rules
78569160 Downloads
Extra strict and opinionated rules for PHPStan
phpstan/phpstan-phpunit
124652131 Downloads
PHPUnit extensions and rules for PHPStan
phpstan/phpstan-doctrine
78540950 Downloads
Doctrine extensions for PHPStan
phpstan/phpstan-deprecation-rules
99350943 Downloads
PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.
phpstan/extension-installer
120966046 Downloads
Composer plugin for automatic installation of PHPStan extensions
phpcompatibility/phpcompatibility-wp
38105620 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
67668932 Downloads
This tool checks the syntax of PHP files about 20x faster than serial check.
phan/phan
12477273 Downloads
A static analyzer for PHP
overtrue/phplint
14984988 Downloads
`phplint` is a tool that can speed up linting of php files by running several lint processes at once.
nette/di
43046856 Downloads
💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP features.
maglnet/composer-require-checker
14022415 Downloads
CLI tool to analyze composer dependencies and verify that no unknown symbols are used in the sources of a package
icanhazstring/composer-unused
9151920 Downloads
Show unused packages by scanning your code