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?
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?
GenMyModel matches, it's an UML online tool that generates Java from class diagrams. HTH
ArgoUML is nice. You should also check out UMLet. UMLet is a a stand-alone UML tool, good for quick class/sequence diagrams.
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/
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.
Enterprise Architect and JetBrains phpStorm seem to support UML and PHP.