This package implements a framework route HTTP requests to callback functions.
It allows developers to define router scripts that register callback functions to handle HTTP requests with specific patterns.
The callback functions can set up controller and view classes to process the request and generate the HTTP response.
The package can process the current HTTP request by matching the URL with patterns defined for each defined route URL pattern.
This framework uses templating to load view and simple combination of Codeigniter and Laravel. |