a lightweight RESTFul and HMVC application framework for PHP
- Apache 2.2+
- PHP 5.4.0+
- Run this script in the terminal:
git clone https://github.com/kometphp/kometphp.git && cd kometphp
chmod +x bin/install.sh && ./bin/install.sh
Or this one to get the development branch
git clone https://github.com/kometphp/kometphp.git && cd kometphp && git checkout -t origin/develop
chmod +x bin/install.sh && ./bin/install.sh
- Navigate to the project URL, pass all the environment tests and refresh the page
- Strict Standards, PSR-0, PSR-1 and PSR-2 compatibility
- Semantic versioning
- Compatible with composer package distribution system
- HMVC and RESTFul oriented
- Refactored HMVC engine, so you can extend the framework and write your own router / controller logic.
- Asset management, Flash messages, Logger, Event listener, Profiler ...
- Unit testing
- API Documentation and Guide
- Classes for CLI, Auth, ...
- To Slim, Kohana, Symfony2 and Fuelphp frameworks for inspiring me, and for some ideas I've picked from them.
