Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 425 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 425 Bytes

Dead Code Analyzer

Finds dead code in PHP projects by hooking into the autoloader.

Dead Code Analyzer Dashboard

Installation

  1. Start Go server
  2. Make sure to add all FQCN classes to the server
  3. Run composer require ruudk/dead-code-analyzer
  4. Add .dca.config.php to your project root (where vendor directory is located)
  5. Deploy and wait for results