maxxon15
maxxon15

Reputation: 1639

UML Class Diagram Generator for PHP and/or Java

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?

Upvotes: 6

Views: 19805

Answers (5)

Fuhrmanator
Fuhrmanator

Reputation: 12882

Enterprise Architect and JetBrains phpStorm seem to support UML and PHP.

Upvotes: 0

tim
tim

Reputation: 2039

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.

Upvotes: 1

Georges
Georges

Reputation: 424

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

Upvotes: 4

John
John

Reputation: 196

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

Upvotes: 3

Ondrej Kvasnovsky
Ondrej Kvasnovsky

Reputation: 4643

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/

Upvotes: 2

Related Questions