Skip to content

2008gzz/lit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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             74            343            289
-------------------------------------------------------------------------------
SUM:                            14             74            343            289
-------------------------------------------------------------------------------

About

yet another PHP Framework with extremely tiny codebase

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%