Code Graph
Package:
Summary:
Generate call graphs of PHP code with GraphViz
Groups:
Author:
Description:
This packages can be used to generate call graphs of PHP code with GraphViz.
There is one class that can generate diagrams in the GraphViz DOT format from a list of called or uncalled functions.
Additional functions can parse given PHP scripts to extract the list of functions in the code to generate the call tree graph.
There is one class that can generate diagrams in the GraphViz DOT format from a list of called or uncalled functions.
Additional functions can parse given PHP scripts to extract the list of functions in the code to generate the call tree graph.
Comments are closed.