Skip to content

srayner/Hydrogen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hydrogen - A lightweight PHP framework.

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages