PHPackages                             danbruce/fast-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. danbruce/fast-route

ActiveLibrary

danbruce/fast-route
===================

Fast request router for PHP 5.3+

v0.6.0(10y ago)25.0kBSD-3-ClausePHPPHP &gt;=5.3.0

Since Mar 4Pushed 10y ago1 watchersCompare

[ Source](https://github.com/danbruce/FastRoute)[ Packagist](https://packagist.org/packages/danbruce/fast-route)[ RSS](/packages/danbruce-fast-route/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (6)Used By (0)

FastRoute - Fast request router for PHP
=======================================

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

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://nikic.github.io/2014/02/18/Fast-request-routing-using-regular-expressions.html)

This is a fork of [nikic/FastRoute](https://github.com/nikic/FastRoute) that adds PHP 5.3 compatibility patches.

Usage
-----

[](#usage)

Here's a basic usage example:

```
