Mautic's class diagram

Hi everybody !



It will be very useful for me to have the class diagram of Mautic 1.2, so I ask if someone can tell me how to get this (or if someone have already it) ? Because I’ve tried different ways, but I just have a XMI file (generated from the PHP code) and I didn’t find how to get class diagram from this file.



Thanks !

Hi everybody !

It will be very useful for me to have the class diagram of Mautic 1.2, so I ask if someone can tell me how to get this (or if someone have already it) ? Because I’ve tried different ways, but I just have a XMI file (generated from the PHP code) and I didn’t find how to get class diagram from this file.

Thanks !

I guess it depends on the type of diagram you want. One way you can get a visual diagram is if you run phpDocumentor on Mautic’s code base, they have an option that generates a SVG file showing how the classes tie together (http://demo.phpdoc.org/Responsive/graph_class.html shows the result).