Generate UML diagrams from PHP code?

1

There is some way, software, IDE that generates diagrams from the PHP code, example, I have the project ready in PHP, so it takes my code and generates the diagrams.

As IDE I use PHPStorm but I do not know if it has such a feature.

    
asked by anonymous 19.03.2016 / 18:58

1 answer

2

As @rray said, PHPStorm has this feature, just select the folders or files that have classes in the Project Explorer , right-click and Diagrams select Show Diagrams , or select the folders and press Ctrl+Shift+Alt+U .

    
19.03.2016 / 23:15