/lit

yet another PHP Framework with extremely tiny codebase

Primary LanguagePHPApache License 2.0Apache-2.0

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