2017 © Pedro Peláez
 

library graph-uml

Generate UML class diagrams by reflection for your PHP projects

image

clue/graph-uml

Generate UML class diagrams by reflection for your PHP projects

  • Thursday, March 13, 2014
  • by clue
  • Repository
  • 4 Watchers
  • 19 Stars
  • 536 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 8 Open issues
  • 7 Versions
  • 4 % Grown

The README.md

clue/graph-uml Build Status

Generate UML class diagrams by reflection for your PHP projects, (*1)

Note: This project is in beta stage! Feel free to report any issues you encounter., (*2)

Quickstart example

Once installed, you can use the following code to draw an UML class diagram for your existing classes:, (*3)

// initialize an empty graph and the UML class diagram builder
$graph = new Fhaculty\Graph\Graph();
$builder = new Fhaculty\Graph\Uml\ClassDiagramBuilder($graph);

// let's add some classes to the diagram
$builder->createVertexClass('Fhaculty\Graph\Uml\ClassDiagramBuilder');

// display graph as svg image
$graphviz = new Fhaculty\Graph\GraphViz($graph);
$graphviz->display();

Install

The recommended way to install this library is through composer. New to composer?, (*4)

{
    "require": {
        "clue/graph-uml": "0.2.*"
    }
}

Additionally, you'll have to install GraphViz (dot executable). Users of Debian/Ubuntu-based distributions may simply invoke:, (*5)

$ sudo apt-get install graphviz

Windows users have to download GraphViZ for Windows and remaining users should install from GraphViz homepage., (*6)

License

MIT, (*7)

The Versions

13/03 2014

dev-master

9999999-dev https://github.com/clue/graph-uml

Generate UML class diagrams by reflection for your PHP projects

  Sources   Download

MIT

The Requires

 

The Development Requires

reflection graph uml class diagram

24/02 2014

v0.2.0

0.2.0.0 https://github.com/clue/graph-uml

Generate UML class diagrams by reflection for your PHP projects

  Sources   Download

MIT

The Requires

 

The Development Requires

reflection graph uml class diagram

23/02 2014

dev-feature/render-as-table

dev-feature/render-as-table https://github.com/clue/graph-uml

Generate UML class diagrams by reflection for your PHP projects

  Sources   Download

MIT

The Requires

 

The Development Requires

reflection graph uml class diagram

29/12 2013

dev-test-transitive-dependency

dev-test-transitive-dependency https://github.com/clue/graph-uml

Generate UML class diagrams by reflection for your PHP projects

  Sources   Download

MIT

The Requires

 

The Development Requires

reflection graph uml class diagram

29/12 2013

dev-make-tests-run

dev-make-tests-run https://github.com/clue/graph-uml

Generate UML class diagrams by reflection for your PHP projects

  Sources   Download

MIT

The Requires

 

The Development Requires

reflection graph uml class diagram

29/12 2013

dev-add-documented-options

dev-add-documented-options https://github.com/clue/graph-uml

Generate UML class diagrams for your PHP projects

  Sources   Download

MIT

The Requires

 

uml class diagram

04/12 2013

v0.1.0

0.1.0.0 https://github.com/clue/graph-uml

Generate UML class diagrams for your PHP projects

  Sources   Download

MIT

The Requires

 

uml class diagram