Tools for generate sequence diagram(UML) from PHP class(files)

4.6k views Asked by At

I want a tool to help me generate sequence diagram from PHP class, is there any tools? free or open source software will be prefered. THX~~~

UPDATE: And it must has Mac supported.

3

There are 3 answers

0
Sachin I On BEST ANSWER

I will prefer UML diagram. You can draw the diagram with the flow.

0
Roberto Attias On

If you want to generate sequence diagrams capturing execution flows for documentation and debugging you can use this tool :

http://rattias.github.io/mscviewer/

0
Job Schipper On

you can use this tool to generate PlantUML sequence diagrams based on the execution flow of a PHP application:

https://github.com/desjob/callgrind-to-plantuml-sequence-diagram

it requires recording with the XDebug profiler, and can generate images too.