Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

phpCallGraph

Compare

  Analyzed about 4 hours ago

phpCallGraph is a tool to generate static call graphs for PHP source code. Such a graph visualizes the call dependencies among methods or functions of an application. Arrows represent calls from one method to another method. Classes are drawn as rectangles containing the respective methods. The ... [More] graphs can be leveraged to gain a better understanding of large PHP applications or even to debunk design flaws in them. The core of the call graph generator forms an object-oriented PHP5 library, which may also be integrated in other projects. It leverages the InstantSVC CodeAnalyzer and DOT. On top of it, a commandline application allows easy creation of call graphs in various formats, e.g. text, png, jpg or svg. phpCallGraph is free software licensed under GPLv3. [Less]

7.87K lines of code

0 current contributors

almost 2 years since last commit

4 users on Open Hub

Very Low Activity
4.0
   
I Use This