PHPackages                             elliephp/routing - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. elliephp/routing

ActiveLibrary[HTTP &amp; Networking](/categories/http)

elliephp/routing
================

A minimal, fast routing component for ElliePHP API framework based on FastRoute and PSR-7/PSR-15 standards

1.0.25.1(2mo ago)1441MITPHPPHP ^8.4

Since Nov 11Pushed 2mo agoCompare

[ Source](https://github.com/ElliePHP/Routing)[ Packagist](https://packagist.org/packages/elliephp/routing)[ Docs](https://github.com/elliephp/routing)[ RSS](/packages/elliephp-routing/feed)WikiDiscussions stable Synced 1mo ago

READMEChangelogDependencies (24)Versions (25)Used By (1)

ElliePHP Routing
================

[](#elliephp-routing)

A lightweight, high-performance PHP routing library built on FastRoute and PSR standards. ElliePHP Routing provides an expressive, fluent API for handling HTTP requests with support for middleware, dependency injection, domain routing, and route caching.

Installation
------------

[](#installation)

Install via Composer:

```
composer require elliephp/routing
```

---

Quick Start
-----------

[](#quick-start)

### Minimal Example

[](#minimal-example)

Here's the absolute minimum needed to get started:

```
