Skip to content

Jay-En/BonePHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BonePHP

Microframework for flexible developer

a PHP microframework which goal is to provide extensibility and flexibility to developer.


Features:

  • No Install
  • Lightweight : ~100KB size
  • Extensibility: -Easy to extend with composer -Built in autoloader to easily use custom php class
  • Flexibility: -Multiple ORM Support including Laravel's Eloquent -Multiple Template Support including Propel 2 -Handy configurations

Easy to start:

require_once "lib/Bone.php";

Bone::get('/',function(){

echo "HELLO WORLD!!";

});

Bone::run();

About

Microframework for flexible developer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published