lum / lum-router
Simple application router
v1.2.0
2024-06-04 18:58 UTC
Requires
- lum/lum-core: ^3.0
- lum/lum-debug: ^1.0
- lum/lum-file: ^2.3
- lum/lum-meta: ^1.1
- lum/lum-web: ^1.2
Requires (Dev)
- lum/lum-test: ^3.1
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