PHP Classes

GraphML Generator: Generate UML diagrams from PHP code using GraphML

Recommend this page to a friend!
  Info   Screenshots   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 53%Total: 2,413 All time: 1,615 This week: 53Up
Version License PHP version Categories
graphml-generator 0.3GNU Lesser Genera...5PHP 5, Graphics, Project Management
Description 

Author

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.

Innovation Award
PHP Programming Innovation award nominee
March 2010
Number 3


Prize: One copy of the Zend Studio
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
Picture of tucsi
Name: tucsi <contact>
Classes: 1 package by
Country: United States United States
Innovation award
Innovation award
Nominee: 1x

Screenshots (1)  
  • uml-20100305125327-facebook.jpg
  Files folder image Files (6)  
File Role Description
Files folder imagetemplates (4 files)
Plain text file graphml_generator.php Class GraphML Generator class

  Files folder image Files (6)  /  templates  
File Role Description
  Plain text file edge.tpl Appl. Edge graphml template
  Plain text file edge2OtherRelations.tpl Data new edge template for associations with other classes through attributes
  Plain text file full.tpl Appl. Full graphml template
  Plain text file node.tpl Appl. Node graphml template

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:2,413
This week:0
All time:1,615
This week:53Up
User Ratings User Comments (1)
 All time
Utility:89%StarStarStarStarStar
Consistency:92%StarStarStarStarStar
Documentation:-
Examples:-
Tests:-
Videos:-
Overall:53%StarStarStar
Rank:2164
 
Nice class, really useful and easy to understand.
10 years ago (Andoitz Jordan Marmolejo)
60%StarStarStarStar