thomblin/slimline

There is no license information available for the latest version (dev-master) of this package.

small lightweight framework

dev-master 2014-08-29 20:08 UTC

This package is not auto-updated.

Last update: 2024-05-21 01:21:49 UTC


README

Build Status

slimline shall be a small lightweight framework with

  • as few features as needed to set up a web application
  • front controller
  • flexible configuration
  • request/response routing
  • factory to deliver all classes and improve unit testing
  • simple template system
  • smart error handling
  • unit tests

TODO:

  • add example
  • db access
  • observer pattern