News Feed
Jobs Feed
Sections




News Archive
DZone.com:
PHP UML generation from a live object graph
May 11, 2011 @ 10:19:47

On the PHP On Windows section of the DZone.com site Giorgio Sironi has a new post looking at the process (and script he's created) to create a UML diagram with PHP from a project's current class structure.

Sometimes you need to share a design with your colleagues. You can walk him through the code, and explain which classes and interfaces you created, but there are higher abstracted models that you can show to him to make him grasp the picture quickly. One of these tools is UML, and in particular class diagrams.

His script creates a UML diagram from a PHP object graph, a sort of "reverse engineering" of the current object's hierarchy and relationships. It creates definitions that Yuml.me can use to generate the image and does some handy things like following the path down N levels until it hits "the bottom" and the ability to ignore certain namespaces (like "Zend_" or "Doctrine_") to help limit things down to just your application. He includes a sample set of tests to show it in action as well as a resulting UML diagram generated from the PHPUnit structure.

0 comments voice your opinion now!
uml generate github object live graph


blog comments powered by Disqus

Similar Posts

Mike Lively's Blog: Introducing Phake Mocking Framework

PHPMaster.com: Generating One-Time Use URLs

NOLOH.com: Demos, Demos Everywhere

Paul Jones' Blog: PHP Framework Benchmarks on Github

O'Reilly: Language Dimensions/Dementia (Graph of Book Sales)


Community Events











Don't see your event here?
Let us know!


framework community rest symfony release introduction interview series zendframework2 symfony2 podcast functional usergroup opinion development testing language conference phpunit database

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework