Software for generating PHP classes from a UML class diagram

Looking for some Mac software that will let me automatically generate PHP classes from a UML class diagram.

Is there anything similar?

thank

+3
source share
3 answers

Enterprise Architect from Sparx Systems provides something like this. It allows you to create class definitions from UML diagrams.

I had never used it before with PHP, only with C #, and it was always better for me to create the code myself. It adds a lot of code that is not needed.

+2
source

PHP, UMLtoPHP - YAML , UML. , , , CRUD , symfony

0

My company BITPlan created UML2PHP in 2003 - the 2008 version is still available through: http://www.uml2php.com/com/bitplan/web/uml2php/index.php

0
source

Source: https://habr.com/ru/post/1792475/


All Articles