0

I have some source code and I would like to auto generate class diagrams in PHP. What software can I use to do this?

Duplicate

Community
  • 1
  • 1
monkey_boys
  • 7,108
  • 22
  • 58
  • 82

4 Answers4

2

Doxygen can do class diagrams, too (if what I'm thinking of are "class diagrams" :) ).

Narcissus
  • 3,144
  • 3
  • 27
  • 40
0

This answer is for people who visits stackoverflow for finding answers to their queries.

http://pear.php.net/package/PHP_UML/

I have not evaluated PHP UML package thoroughly, but It should satisfy the need of small to medium size project.

MANISH ZOPE
  • 1,181
  • 1
  • 11
  • 28
0

Umbrello can do it.

sluukkonen
  • 2,566
  • 1
  • 19
  • 12
0

Hava a look at Instant Reverse

Mork0075
  • 5,895
  • 4
  • 25
  • 24