PHPackages                             zqhong/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. zqhong/route

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

zqhong/route
============

A route inspired by nikic/fast-route

28598[3 issues](https://github.com/zqhong/route/issues)[2 PRs](https://github.com/zqhong/route/pulls)PHP

Since Mar 13Pushed 7y ago5 watchersCompare

[ Source](https://github.com/zqhong/route)[ Packagist](https://packagist.org/packages/zqhong/route)[ RSS](/packages/zqhong-route/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Route - A fast route implemented by php
=======================================

[](#route---a-fast-route-implemented-by-php)

[![StyleCI](https://camo.githubusercontent.com/551e5a356839ef0e1e7221c3a30514adcb31460a2da4e722de7f172b4a1e7789/68747470733a2f2f7374796c6563692e696f2f7265706f732f38343037393635372f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/84079657)[![Build Status](https://camo.githubusercontent.com/3bd51d852cb3815b266e28f5af8e2407047fc49544626058971bd9a44f2f9906/68747470733a2f2f7472617669732d63692e6f72672f7a71686f6e672f726f7574652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/zqhong/route)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/647910646acd30945baed3ca31299ea066fa4a192cf2ce1322d3ee4f540f1bf2/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7a71686f6e672f726f7574652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/zqhong/route/?branch=master)

`zqhong/route` is inspred by [nikic/FastRoute](https://github.com/nikic/FastRoute). But it is faster than `FastRoute`.

- [README English](README.md)
- [README 简体中文](README_ZH_CN.md)

---

Install
=======

[](#install)

```
$ composer require -vvv "zqhong/route:dev-master"

```

Example
=======

[](#example)

```
