Generate UML diagrams from PHP code?

Asked

Viewed 1,770 times

1

There is some way, software, IDE that generates diagrams from 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 feature.

  • 1

    Has a plugin for the Astah for this purpose.

  • 1

    I didn’t know Astah had such functionality, thank you, I’ll take a look.

  • 1

    phpstorm has this feature

  • I managed to find in Phpstorm thanks @rray, on the Astah, it makes an inverse, you make the diagram and it generates php of the same.

1 answer

2


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

Browser other questions tagged

You are not signed in. Login or sign up in order to post.