Skip to content

jtrentes/simple-php-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Simple PHP generator from UML model

Simple PHP generator from UML class diagram using Acceleo templates.

Sources

Model to text (m2t) source is located in simple-php/codegen folder while generator is described by simple-php/generator.xml file.

Translation rules

Class diagrams contained in an UML project are used for PHP code generation and follows this rules in order to translate UML elements to PHP.

UML PHP
Package Namespace
Class Class
Interface Interface
Property Variable
Operation Function
Enumeration Abstract class with constants

About

Simple PHP generator from UML model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published