Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LitPHP

yet another PHP Framework with extremely tiny codebase

Features

  • Autoloader, simply call Lit_Autoloader::register(ROOT) and you're ready
  • Flexible router/dispatch, "Middleware" flavor chainable logic
  • Ability to use ANY template engine you love, including "no template engine"
  • Not only http, CLI is also supported - just don't use Lit_Http_View!
  • You may override anything if needed
  • Code with full PHPDoc

Class Diagram

Tiny size - maybe the smallest on the planet!

-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
PHP                             14             67            331            270
-------------------------------------------------------------------------------
SUM:                            14             67            331            270
-------------------------------------------------------------------------------

About

yet another PHP Framework with extremely tiny codebase

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors