2017 © Pedro Peláez
 

library graph-uml

Generate UML class diagrams by reflection for your PHP projects

image

storeman/graph-uml

Generate UML class diagrams by reflection for your PHP projects

  • Tuesday, May 22, 2018
  • by it@tiogatours.nl
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 8 Versions
  • 14 % 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. Note: This project is forked from clue/graph-uml. It supports PHP7 and uses phpunit 7, (*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": {
        "storeman/graph-uml": "0.3.*"
    }
}

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

22/05 2018

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

22/05 2018

0.3.1

0.3.1.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

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