This is minimalist PHP framework using MVC approach, but bit different than other frameworks.
It give you starting point with directories for separating your code in to M.V.C., few useful classes, starting code for you to edit, and code generator to help you adding new files.
Other frameworks try to give you classes/functions for every possible functionality.
But if you need custom functionality then you will be probably rewriting thous classes/functions any way.
And if you are...