Generate class diagrams from PHP classes automatically?

I created a web application in the Zend Framework and now desperately need a tool / plugin that can generate a class diagram from all my Zend controllers (classes).

I use Zend Studio and Eclipse, so if you know any plugin that does the job, please let me know.

All help and comments are really appreciated.

Many thanks

+3
source share
1 answer

autodia is easy to use if the bit is basic. It processes a number of languages ​​and does a great job with mySQL.

see also PHP UML Generator

+4
source

Source: https://habr.com/ru/post/1793037/


All Articles