Robin Glauser


My Blog about Development, Design and my random thoughts.

Creating a UML to PHP Generator for StarUML

With the new version 3 of StarUML there wasn’t a UML to PHP Generator yet. I’ve decided to take the existing one for Java (https://github.com/staruml/staruml-java) and rewrote it so it would generate PHP code instead: https://github.com/nahakiole/staruml-php I then submitted it to the StarUML extension Repository and to this date it has already been downloaded over 600 times. If you find … Read More


How UML Class Diagrams work – Classes

If you ever had to create the architecture for a IT project you’ve surely heard of UML Diagrams. In this tutorial series I will show you how the UML Class Diagramm works with a few practical examples. UML is used to showcase the architecture of your system by giving you the tools to show the relations between your classes, the … Read More