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.26.1(1mo ago)1461MITPHPPHP ^8.4

Since Nov 11Pushed 1mo 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 today

READMEChangelogDependencies (32)Versions (27)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:

```
