sandrokeil / umlwriter

Create UML class diagrams from your PHP source

Home Page:http://php5.laurent-laville.org/umlwriter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UmlWriter

UmlWriter is a library that adds the ability to generate UML class diagram in both Graphviz and PlantUML formats.

You have also choice to switch between two reverse-engine :

Follow development on the official Blog.

Install

You can either :

  • download the phar version 1.3.0 that has all required (as well as some optional) dependencies of UmlWriter bundled in a single file.

  • install latest version with composer, as follow: composer require bartlett/umlwriter ^1.2

Documentation

The documentation for UmlWriter 1.2 is available in English to read it online or download to read it later (multiple formats).

AsciiDoc source code are available on docs folder of the repository.

Authors

  • Laurent Laville

License

This handler is licensed under the BSD-3-clauses License - see the LICENSE file for details

About

Create UML class diagrams from your PHP source

http://php5.laurent-laville.org/umlwriter/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 91.1%Language:Roff 8.9%