Skip to content

Setarit/Hygiea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hygiea

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!

Required packages

  • Mongo package, installable with sudo pecl install mongo. Do not forget to update your php.ini file. More info here.

Directory structure

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

Default layout

The default layout is based on the template that can be found at this page.

License

The software is licesed AS IS under the GNU GPL v3.0 license. Check the LICENSE file for the full license!

:octocat: Contributing

Would you like to contribute to the repo? Great! Please check this GitHub page for more details first.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages