Skip to content

Utility that analizes a PHP project and extracts details on the structure and interactions between (class) methods.

License

Notifications You must be signed in to change notification settings

DeploymentTools/CodeGraph-for-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Code Climate

Utility that analyses a PHP project and extracts details on the structure and interactions between (class) methods.

Usage: phpcg --source [PROJECT FOLDER PATH] --log [LOG FOLDER PATH]

Attributes:
    --source     The path to the PHP project that will be analyzed
    --log        The path to the writable folder to dump the JSON log into

Check out the JSON file for details on the output.

Download

Access the releases page to download Windows and Linux command line binaries.

About

Utility that analizes a PHP project and extracts details on the structure and interactions between (class) methods.

Resources

License

Stars

Watchers

Forks

Packages

No packages published