ruudk / dead-code-analyzer
This package is abandoned and no longer maintained.
No replacement package was suggested.
Dead code analyzer for PHP.
dev-master
2018-11-25 12:28 UTC
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
