Skip to content

Give me PHP code, I will render its UML diagram for you.

Notifications You must be signed in to change notification settings

AzarguNazari/PHP-To-UML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP to UML

A tool to generate UML diagram by uploading the PHP code

How to run it?

  • If you have docker-compose, just type docker-compose up -d and access it on localhost
  • If you have locally webserver, just copy it and paste it on /var/www/html then access it on localhost

How it works?

  • Open the upload page
  • Uload your PHP classes or files
  • The generated UML will be shown and users can interact, zoom in/out, and download its image.

There are are already some some PHP example files example 1 and example 2 which you can upload and check the result. The uploading files page

Generating

Generating

Outcome

Generated UML Diagram