UML Class Diagram Generator for PHP and/or Java

16,925

Solution 1

GenMyModel matches, it's an UML online tool that generates Java from class diagrams. HTH

Solution 2

This one knows Java and also PHP: http://www.visual-paradigm.com/ And I have got quite good experience with that one. :)

VisualParadigm can help you to generate class diagrams and if you wish, generate also ORM diagrams and make mapping (e.g. in hibernate) between domain classes and database. But you should rather see the official tutorials here: http://www.visual-paradigm.com/product/vpuml/tutorials/

Solution 3

ArgoUML is nice. You should also check out UMLet. UMLet is a a stand-alone UML tool, good for quick class/sequence diagrams.

Solution 4

Visual Paradigm is quite nice, but a bit expensive I think.

A free alternative is ArgoUml. It can generate class diagrams from Java source code (I do not think for php, but I am not sure). It is not quite as good as vp, but it does work and is easy to use.

Netbeans had UML generation integrated up to version 5 or 6, but it was discontinued, so using an older version might work as well. Eclipse has a plugin called papyrus which also does code to uml.

For the same functionality for PHP, see this question and see here for a general overview over UML diagrams.

Share:
16,925
maxxon15
Author by

maxxon15

Just another measly designer/developer in the wild.

Updated on June 04, 2022

Comments

  • maxxon15
    maxxon15 almost 2 years

    With reference to this question here - there is a Class Diagram generator for Visual Studio. I've used it and its very useful indeed!

    But what I wannna ask - Is there anything like this for PHP and/or Java?