Pear PHP UML Class Diagrams

I am trying to create graphical representations of existing code. I tried using VS.PHP (with Visual Studios 2010), but can not seem to generate class diagrams from this.

I tried using the Pear PHP UML package, which prepared many JavaDoc style documents and an XMI document. From what I read, can this be used to create class diagrams? If so, how?

Are there other β€œsimpler” alternatives?

Thanks in advance

+2
source share
1 answer

You can use Enterprise Architect . He has the ability to reverse engineer your code.

+1

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


All Articles