PHPackages                             eduardomrb/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. [HTTP &amp; Networking](/categories/http)
4. /
5. eduardomrb/route

ActiveLibrary[HTTP &amp; Networking](/categories/http)

eduardomrb/route
================

A fast routing and dispatch package built on top of FastRoute.

1.2.0(10y ago)116MITPHPPHP &gt;=5.4.0

Since Jan 12Pushed 10y ago1 watchersCompare

[ Source](https://github.com/EduardoMRB/route)[ Packagist](https://packagist.org/packages/eduardomrb/route)[ Docs](https://github.com/thephpleague/route)[ RSS](/packages/eduardomrb-route/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (7)Used By (0)

Route
=====

[](#route)

[![Author](https://camo.githubusercontent.com/2873cc10620cac8fee1f6bdbc6dc7ff4ab0a511e20d5864408dcbffdd2c4345a/687474703a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d407068696c69706f62656e69746f2d626c75652e7376673f7374796c653d666c61742d737175617265)](https://twitter.com/philipobenito)[![Latest Version](https://camo.githubusercontent.com/24e94267234b96a98468ed06c1a5bf111e1300dfdad71adc1225ab6e9e57764c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f7468657068706c65616775652f726f7574652e7376673f7374796c653d666c61742d737175617265)](https://github.com/thephpleague/route/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build Status](https://camo.githubusercontent.com/968e01bae8257acc10893ff0f521def55bef2c7c1d9ed0ec90c4055a237ed362/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7468657068706c65616775652f726f7574652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/thephpleague/route)[![Coverage Status](https://camo.githubusercontent.com/5114f810ebfe16c0e5a01a6a5e92c8e0da96d2e40b2ea27fa6d3f70a51d24d8f/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f7468657068706c65616775652f726f7574652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/thephpleague/route/code-structure)[![Quality Score](https://camo.githubusercontent.com/57a2383380a518a86c391644be8407c3c92d97306a02795c9dd9f68cae39316d/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7468657068706c65616775652f726f7574652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/thephpleague/route)[![Total Downloads](https://camo.githubusercontent.com/b8ca29d226ba75df354852446a0daf133ea3819eb504e5bace8940b94cf5ac27/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c65616775652f726f7574652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/league/route)

[![SensioLabsInsight](https://camo.githubusercontent.com/2c59d0877c7eb43f6ef6bc6cab191729ff4f803cabd981a0bf5c028f14941bb3/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f38383261636236632d333030312d343331332d383537642d3666373230306635616239302f6269672e706e67)](https://insight.sensiolabs.com/projects/882acb6c-3001-4313-857d-6f7200f5ab90)

This package is compliant with [PSR-1](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md), [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) and [PSR-4](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md). If you notice compliance oversights, please send a patch via pull request.

Install
-------

[](#install)

Via Composer

```
$ composer require league/route
```

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

[](#requirements)

The following versions of PHP are supported by this version.

- PHP 5.4
- PHP 5.5
- PHP 5.6
- HHVM

Documentation
-------------

[](#documentation)

Route has [full documentation](http://route.thephpleague.com), powered by [Jekyll](http://jekyllrb.com/).

Contribute to this documentation in the [gh-pages branch](https://github.com/thephpleague/route/tree/gh-pages/).

Todo
----

[](#todo)

- Add knowledge of variadic uri wildcard arguments to `MethodArgumentStrategy`. (Blocked by changes to Container).

Testing
-------

[](#testing)

```
$ vendor/bin/phpunit
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/thephpleague/route/blob/master/CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Nikita Popov](https://github.com/nikic)
- [Phil Bennett](https://github.com/philipobenito)
- [All Contributors](https://github.com/thephpleague/route/contributors)

All `Orno\Route` contributions can be found [here](https://github.com/orno/route/graphs/contributors).

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/thephpleague/route/blob/master/LICENSE.md) for more information.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~56 days

Total

5

Last Release

3966d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7f2ea3c65efa9bb5cab5b2ba29c043fcd38f2e7564efeebdd1a1cd6650d7ec2f?d=identicon)[eduardomrb](/maintainers/eduardomrb)

---

Top Contributors

[![philipobenito](https://avatars.githubusercontent.com/u/2077289?v=4)](https://github.com/philipobenito "philipobenito (18 commits)")[![hannesvdvreken](https://avatars.githubusercontent.com/u/1410358?v=4)](https://github.com/hannesvdvreken "hannesvdvreken (8 commits)")[![EduardoMRB](https://avatars.githubusercontent.com/u/2163269?v=4)](https://github.com/EduardoMRB "EduardoMRB (2 commits)")[![josevieirame](https://avatars.githubusercontent.com/u/1133889?v=4)](https://github.com/josevieirame "josevieirame (2 commits)")[![localheinz](https://avatars.githubusercontent.com/u/605483?v=4)](https://github.com/localheinz "localheinz (2 commits)")[![TomasVotruba](https://avatars.githubusercontent.com/u/924196?v=4)](https://github.com/TomasVotruba "TomasVotruba (1 commits)")[![bcrowe](https://avatars.githubusercontent.com/u/752603?v=4)](https://github.com/bcrowe "bcrowe (1 commits)")[![tpavlek](https://avatars.githubusercontent.com/u/782576?v=4)](https://github.com/tpavlek "tpavlek (1 commits)")[![cmsx](https://avatars.githubusercontent.com/u/2027189?v=4)](https://github.com/cmsx "cmsx (1 commits)")[![colinodell](https://avatars.githubusercontent.com/u/202034?v=4)](https://github.com/colinodell "colinodell (1 commits)")[![nebulousGirl](https://avatars.githubusercontent.com/u/1899256?v=4)](https://github.com/nebulousGirl "nebulousGirl (1 commits)")[![philsturgeon](https://avatars.githubusercontent.com/u/67381?v=4)](https://github.com/philsturgeon "philsturgeon (1 commits)")

---

Tags

leagueroute

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/eduardomrb-route/health.svg)

```
[![Health](https://phpackages.com/badges/eduardomrb-route/health.svg)](https://phpackages.com/packages/eduardomrb-route)
```

###  Alternatives

[symfony/http-kernel

Provides a structured process for converting a Request into a Response

8.1k869.4M8.8k](/packages/symfony-http-kernel)[api-platform/core

Build a fully-featured hypermedia or GraphQL API in minutes!

2.6k51.2M338](/packages/api-platform-core)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[league/route

Fast routing and dispatch component including PSR-15 middleware, built on top of FastRoute.

6683.3M146](/packages/league-route)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[api-platform/http-cache

API Platform HttpCache component

274.6M20](/packages/api-platform-http-cache)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
