Innovation Award
 March 2010
Nominee
Vote |
UML is visual language used to describe artifacts about software projects.
Usually you elaborate UML diagrams before implement a software project. However, if you want to adopt UML to document a project that already started being developed, it takes you some work to reverse engineer the code you already wrote.
This package can be used to help solving that problem. It can parse PHP code and generate UML diagrams from the parsed code.
Manuel Lemos |
This class can be used to generate UML diagrams from PHP code using GraphML.
It traverses a given directory to locate and parse PHP files. It scans the files for classes and their variables functions.
The class can generate UML diagrams in the GraphML format from the classes that were found.
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.