srayner/hydrogen

A lightweight PHP framework

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:project

pkg:composer/srayner/hydrogen

1.3 2016-11-19 20:07 UTC

This package is not auto-updated.

Last update: 2025-09-28 01:44:07 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.