PHPackages                             debuss-a/fastroute-router - 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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. debuss-a/fastroute-router

ActiveLibrary[PSR &amp; Standards](/categories/psr-standards)

debuss-a/fastroute-router
=========================

A PSR-15 router implementation using FastRoute as the routing engine.

2.0.1(2mo ago)011↓100%MITPHPPHP ^8.3CI passing

Since Feb 9Pushed 2mo agoCompare

[ Source](https://github.com/debuss/fastroute-router)[ Packagist](https://packagist.org/packages/debuss-a/fastroute-router)[ RSS](/packages/debuss-a-fastroute-router/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (6)Versions (7)Used By (0)

FastRoute Router
================

[](#fastroute-router)

A PSR-15 router implementation using [nikic/fast-route](https://github.com/nikic/FastRoute) as the routing engine.

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

[](#installation)

Install via Composer:

```
composer require debuss-a/fastroute-router
```

Requirements
------------

[](#requirements)

- PHP 8.2 or higher
- nikic/fast-route ^1.0

Usage
-----

[](#usage)

An example controller :

```
