Mammut Projects

Mammut Framework Overview

The mammut framework is a universal framework which tries to help you concentrating on your project and not on some basic stuff like "how do i write this in that SQL variant" or "how do i do an authentication on that service".

It also tries to reduce the possibilities of coding errors by making php a little more strict about syntax, and a little bit more java-like (catchable exceptions instead of errors, stricter objects which doesn't allow usage of undefined properties, ...).

Required environment: