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
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
Doxygen can do class diagrams, too (if what I'm thinking of are "class diagrams" :) ).
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.