Skip to content

SergSlon/kometphp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KometPHP

a lightweight RESTFul and HMVC application framework for PHP

Build Status

Minimum requirements

  • Apache 2.2+
  • PHP 5.4.0+

How to download and install

  1. 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
  1. Navigate to the project URL, pass all the environment tests and refresh the page

Standards

Features

  • 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 ...

TO-DO:

  • Unit testing
  • API Documentation and Guide
  • Classes for CLI, Auth, ...

Credits

  • To Slim, Kohana, Symfony2 and Fuelphp frameworks for inspiring me, and for some ideas I've picked from them.

About

Lightweight HMVC Framework for PHP 5.4

Resources

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
GPL-LICENSE.txt
MIT
MIT-LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors