PHPackages                             overlu/mini-route - 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. [Framework](/categories/framework)
4. /
5. overlu/mini-route

ActiveLibrary[Framework](/categories/framework)

overlu/mini-route
=================

Fast request router for Mini Framework

v2.1.2(4y ago)15422[1 PRs](https://github.com/overlu/mini-route/pulls)1MITPHPPHP &gt;=7.4

Since Jun 19Pushed 4y ago1 watchersCompare

[ Source](https://github.com/overlu/mini-route)[ Packagist](https://packagist.org/packages/overlu/mini-route)[ RSS](/packages/overlu-mini-route/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (9)Used By (1)

MiniRoute - Fast request router for PHP
=======================================

[](#miniroute---fast-request-router-for-php)

> *forked from nikic/fast-route*

This library provides a fast implementation of a regular expression based router. [Blog post explaining how the implementation works and why it is fast.](http://overlu.github.io/2014/02/18/Fast-request-routing-using-regular-expressions.html)

Install
-------

[](#install)

To install with composer:

```
composer require overlu/mini-route
```

Requires PHP 5.4 or newer.

Usage
-----

[](#usage)

Here's a basic usage example:

```
