Skip to content

supernovus/lum.router.php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lum.router.php

Summary

A very simplistic routing system for web apps.

May get a major overhaul in the future, but works fine for now.

Namespace

Lum\Router

Classes

Name Description
Lum\Router\Router The main Router library. Everything starts here.
Lum\Router\Route A child class representing an individual route.
Lum\Router\Context If a route matched, this is the Response item.
Lum\Router\Vars A static map of Route definition types.
Lum\Router\Exception An exception class for any Router methods.

See Also

Official URLs

This library can be found in two places:

Authors

  • Timothy Totten

License

MIT

About

A simple web app router

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages