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
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.
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 php diagram
You are not signed in. Login or sign up in order to post.
Has a plugin for the Astah for this purpose.
– gato
I didn’t know Astah had such functionality, thank you, I’ll take a look.
– Leonardo
phpstorm has this feature
– rray
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.
– Leonardo