What is it?
A PHP "MVC" like framework. It's focus:
- Performance
- Security
- User friendly, hackable URLs
It's deliberately lightweight. If you're looking for many of the features provided by other PHP frameworks, you probably won't find them here. If, however, you're looking to create a well structured application without the performance hit and steep learning curve then Haplo Framework will probably suit your needs.
Requirements
- PHP 5.x
- Apache 1.x/2.x - other web servers may work but haven't been tested
- mod_rewrite (for friendy URLs - minus the "/index.php/")
Download
The code is BSD licensed and is available on GitHub. Via GitHub you can also Download a ZIP/TGZ file containing the latest code.
Documentation
To learn more about the framework read the documentation (work in progress).