This is simple framework to create simple web application.
- Simple routing
- Simple Request object
- holds
url,method,parameters(post body and get params),getJsonBody():jsonof post body
- holds
- Simple Response Object
- support
json(),setStatusCode()andend()
- support
- Middleware
- Laravel type of router structure
['ControllerClass', 'method'],['subdir/ControllerClass', 'method']
- Wildcard
(*)routing feature. - Regexp
[\\s+*?$]routing feature.
