-
Notifications
You must be signed in to change notification settings - Fork 5
giorgiosironi/pug
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
PUG (PHP UML Generator) is a tool which generates an Uml class diagram from a live PHP object graph. Up to now, it generates code for the yUML tool (yuml.me), not directly pictures. - Usage <?php require_once 'tests/bootstrap.php'; class SampleTest extends PHPUnit_Framework_TestCase { public function testGenerationOfyUMLCode() { $introspector = new UmlReflector\Introspector; $directives = new UmlReflector\Directives; $object = new stdClass; // substitute with your root object $introspector->visualize($object, $directives); // code for yUML var_dump($directives->toString()); } }
About
PHP UML Generator
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published