Hygiea is another simple PHP framework. The framework implements the Front controller pattern and uses reflection to create the right constructor.
Hygiea has out-of-the box support for MongoDb!
- Mongo package, installable with
sudo pecl install mongo. Do not forget to update yourphp.inifile. More info here.
The framework consists of four major direcories:
- controller: contains all the controllers
- helpers: contains the auto loader, which loades the required files in the project
- view: split up in two other subdirectories: partials and templates
- web: contains the web files such as the
index.php, css and javascript files
The default layout is based on the template that can be found at this page.
The software is licesed AS IS under the GNU GPL v3.0 license.
Check the LICENSE file for the full license!
Would you like to contribute to the repo? Great! Please check this GitHub page for more details first.