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.
composer require "shipmonk/dead-code-detector:0.8.0"
| 包名 | 版本要求 |
|---|---|
| php | ^7.4 || ^8.0 |
| phpstan/phpstan | ^2.0 |
| 包名 | 版本要求 |
|---|---|
| doctrine/orm | ^2.19 || ^3.0 |
| editorconfig-checker/editorconfig-checker | ^10.3.0 |
| ergebnis/composer-normalize | ^2.28 |
| nette/application | ^3.1 |
| nette/component-model | ^3.0 |
| nette/utils | ^3.0 || ^4.0 |
| nikic/php-parser | ^5.3.1 |
| phpstan/phpstan-phpunit | ^2.0.0 |
| phpstan/phpstan-strict-rules | ^2.0.0 |
| phpstan/phpstan-symfony | ^2.0.0 |
| phpunit/phpunit | ^9.6.21 |
| shipmonk/composer-dependency-analyser | ^1.8.1 |
| shipmonk/name-collision-detector | ^2.0.0 |
| shipmonk/phpstan-rules | ^4.0.0 |
| slevomat/coding-standard | ^8.15.0 |
| symfony/contracts | ^2.5 || ^3.0 |
| symfony/event-dispatcher | ^5.4 || ^6.0 || ^7.0 |
| symfony/http-kernel | ^5.4 || ^6.0 || ^7.0 |
| symfony/routing | ^5.4 || ^6.0 || ^7.0 |
| 许可证 | MIT |
|---|---|
| 发布时间 | 2025-01-21 08:48:55 |
| 类型 | phpstan-extension |