This tool was written for search of chains in PHP projects within the master's thesis.
To analyze php-project, run:
./run.sh analyze <target directory>
Results will be in the directory res
.
For more options, run:
./run.sh help
To start tool's container for testing, run:
make dev