A tool to generate UML diagram by uploading the PHP code
- If you have docker-compose, just type
docker-compose up -d
and access it onlocalhost
- If you have locally webserver, just copy it and paste it on /var/www/html then access it on
localhost
- 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.