Finds dead code in PHP projects by hooking into the autoloader.
- 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