srayner/hydrogen

A lightweight PHP framework

1.3 2016-11-19 20:07 UTC

This package is not auto-updated.

Last update: 2024-05-11 18:01:52 UTC


README

Http

  • Hydrogen\Http\Request - A class to represent a http request.
  • Hydrogen\Http\Response - A class to represent a http response.

MVC

  • AbstractController - An abstract class which application controllers should extend.
  • Router - A class to route a uri to an action within a controller.

View

  • AbstractView - An abstract class which view classes should extend.
  • HtmlView - A view class for rendering HTML templates.
  • JsonView - A view class for rendering JSON data.