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

Latest commit

 

History

History
16 lines (11 loc) · 451 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 451 Bytes

Dead Code Analyzer Server

Start the server

go run main.go

Go to http://localhost:8080/reset and enter all Fully-Qualified Class Names (FQCN) you want to analyze.

You can use this handy snippet to get all FQCN from your src directory:

find src -name '*.php' | sed 's/.php//g' | sed 's@src/@@g' | sed "s@/@\\\@g"

Then configure the PHP library and point it to this server's ip.