Releases

v1

Release Candidate 1.2.0

It was published on February 28, 2017.

Features

This tool wil generate UML class diagrams with all class, interface and trait definitions in your PHP project.

  • generates a class and its direct dependencies

  • generates a namespace with all objects

  • generates a full package with all namespaces and objects

What will do and what won’t do

  • WILL generates UML class diagram statements (depending of processor used)

  • WON’T generates images corresponding to graph (you have to install Graphviz or PlantUML)

Requirements

Examples

Graphviz

PlantUML

Open Source

UmlWriter is open source. It’s hosted, developed, and maintained on GitHub.

Licenses

Documentation

All documentation provided in docs folder are in AsciiDoc format (files with extension .asciidoc), and is released under the Attribution-Share Alike 3.0 Unported license.

Code

All source code is released under the BSD 3-Clause.