alanvdb/router

Basic PHP router using PSR.

v0.6 2025-04-21 13:29 UTC

This package is auto-updated.

Last update: 2025-04-21 13:30:18 UTC


README

A PHP PSR-7 Compatible Routing Library

Overview

This project provides a simple yet flexible routing system for PHP, compatible with PSR-7 HTTP message interfaces. It is designed to help you manage your application routes efficiently, supporting lazy-loaded route definitions, path matching, request handling, and URI generation.