lum/lum-router

Simple application router

v1.2.0 2024-06-04 18:58 UTC

This package is auto-updated.

Last update: 2025-03-04 20:45:31 UTC


README

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