Skip to content

v1.0.0

Compare
Choose a tag to compare
@zamronypj zamronypj released this 24 Jul 07:23
· 377 commits to master since this release
0c4ed99

First major release includes full-featured web framework

  • Routing, map URL to a controller class which will handle request
  • Middleware, do an action before or after request reaches controller.
  • Dependency container.
  • MVC.
  • Support CGI, FastCGI, SCGI, uwsgi, http protocol.
  • Form data validation framework with many builtin common validation rules.
  • Read data from request, such as query string, post body data or cookies.
  • Extensible response implementation.
  • Extensible error handler.
  • Database wrapper.
  • Logger implementation.
  • File upload handling.
  • Session, capability to maintain state between request.
  • CSRF protection, CORS, HTTP authentication, HTTP verb tunnelling
  • curl-based http client
  • Sendmail mail sender utility.