The Mohiva Manitou project is code generator written in PHP. In it’s early state it can only generate PHP code. In
feature versions it should be able to generate code for other languages too. Therefore it is planed to feature code
templates for code formatting.
You can install the library through composer. All you need is to add it as dependency to your composer.json.
{
"require": {
"mohiva/manitou": "dev-master"
}
}
Mohiva Manitou needs PHP 5.4 to work.
This project is Open Source and released under the terms of the New BSD License.