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.
composer require "shipmonk/dead-code-detector:0.10.0"
| 包名 | 版本要求 |
|---|---|
| php | ^7.4 || ^8.0 |
| phpstan/phpstan | ^2.1.7 |
| 包名 | 版本要求 |
|---|---|
| composer-runtime-api | ^2.0 |
| composer/semver | ^3.4 |
| doctrine/orm | ^2.19 || ^3.0 |
| editorconfig-checker/editorconfig-checker | ^10.6.0 |
| ergebnis/composer-normalize | ^2.45.0 |
| nette/application | ^3.1 |
| nette/component-model | ^3.0 |
| nette/utils | ^3.0 || ^4.0 |
| nikic/php-parser | ^5.4.0 |
| phpstan/phpstan-phpunit | ^2.0.4 |
| phpstan/phpstan-strict-rules | ^2.0.3 |
| phpstan/phpstan-symfony | ^2.0.2 |
| phpunit/phpunit | ^9.6.22 |
| shipmonk/composer-dependency-analyser | ^1.8.2 |
| shipmonk/name-collision-detector | ^2.1.1 |
| shipmonk/phpstan-rules | ^4.1.0 |
| slevomat/coding-standard | ^8.16.0 |
| symfony/contracts | ^2.5 || ^3.0 |
| symfony/dependency-injection | ^5.4 || ^6.0 || ^7.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-03-21 13:07:21 |
| 类型 | phpstan-extension |