PHPackages                             kito92/epicroute - 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. kito92/epicroute

ActiveLibrary

kito92/epicroute
================

Very fast request router

1.0.0(9y ago)426MITPHPPHP &gt;=5.3.0

Since Mar 2Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Kito92/EpicRoute)[ Packagist](https://packagist.org/packages/kito92/epicroute)[ RSS](/packages/kito92-epicroute/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

EpicRoute - A very fast router for PHP
======================================

[](#epicroute---a-very-fast-router-for-php)

With this library you can easily implement routing in your PHP application, and it's insanely fast!

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

[](#installation)

To install with composer:

```
composer require kito92/epicroute
```

Requires PHP 5.3+.

Basic Usage
-----------

[](#basic-usage)

A simple file setup is located under 'example' directory. Here's a basic usage example:

```
