0

I am using the PHP_Uml pear package and I created a XMI in version 1 and 2. Unfortunately ArgoUml does not parse the XMI 1 correctly, and the XMI 2 always fails with the "new" argo.

phpuml . -x 1 -o project.xmi

Is there any tool that has the correct UML2, can reverse engineering and, especially, do forward engineering in PHP 5.3 and above?

I would appreciate something that is free or that costs and runs under Linux / Ubuntu (without wine, mono etc.). I am using phpStorm. That's necessary, because it can't be manipulated.

Expedito
  • 7,771
  • 5
  • 30
  • 43
LeMike
  • 3,195
  • 5
  • 25
  • 35

2 Answers2

0

You may want to try fully-functional and free 30 day trial of MapForce (http://www.altova.com/mapforce.html). As far as I know, it can convert XMI to UML2 correctly.

Box
  • 2,432
  • 1
  • 18
  • 20
0

You can use this PhPStorm plugin for UML diagrams.

mrakodol
  • 1,143
  • 3
  • 12
  • 41