CL PHP Framework

It's a NEW PHP Framework

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.

Visit And Get It(Github)

CL Framework Document

Features


HTTP Router

To provides a fast and powerful router that maps route callbacks to specific HTTP request methods and URIs. It supports parameters and pattern matching..

Log Support

All Request and Respond can save locally and it makes you find out something easily when a error comes up.


PSR Support

To aims the PSR(PHP Standards Recommendations) rule including PSR-1,PSR-2,PSR-3,PSR-4.

BenchMark

To calculate a execution time(run duration). It make you figure out the bottle lack point.


Add On Libraries

For huge applications, to support to add lots of libraries such as uploading files, resizing images, encrypt and decrypt text etc..

M-V-C Pattern

To support to develop as MVC pattern