ruudk / dead-code-analyzer
Dead code analyzer for PHP.
Installs: 1 322
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:Go
This package is auto-updated.
Last update: 2019-11-17 15:15:29 UTC
README
Finds dead code in PHP projects by hooking into the autoloader.
Installation
- Start Go server
- Make sure to add all FQCN classes to the server
- Run
composer require ruudk/dead-code-analyzer
- Add .dca.config.php to your project root (where vendor directory is located)
- Deploy and wait for results