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 happy with ready solutions you will be probably going with Wordpress.
So if you are using thous other frameworks you will end up with tens or hundreds of MB of code that you don't need.
Sooner or later it will become a problem.
With Blood framework it's different. Here all files will become yours to edit.
Features
- framework
- code generator
- Boilerplate