Is there a schemaSpy+graphviz equivalent for creating class diagrams from existing PHP source code?
In schemaSpy+graphviz, you can create an ER diagram using an existing database. The output are html files that when a text in the diagram is clicked, a new page will be loaded containing the information about the clicked text, like what is seen in http://schemaspy.sourceforge.net/sample/relationships.html. I would like to find a tool with the same output functionality. Is there an equivalent tool for this in reverse engineering PHP classes?
Thanks.