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.
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.
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
.