It's a Free PHP framework, CafeLatte(CL) Framework is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs. At its core, CafeLatte is a route that receives an HTTP request, invokes an appropriate callback routine, and returns an HTTP response. That’s it.
To provides a fast and powerful router that maps route callbacks to specific HTTP request methods and URIs. It supports parameters and pattern matching..
All Request and Respond can save locally and it makes you find out something easily when a error comes up.
To aims the PSR(PHP Standards Recommendations) rule including PSR-1,PSR-2,PSR-3,PSR-4.
To calculate a execution time(run duration). It make you figure out the bottle lack point.
For huge applications, to support to add lots of libraries such as uploading files, resizing images, encrypt and decrypt text etc..
To support to develop as MVC pattern