PHPackages                             qlimix/regex-http-router - 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. qlimix/regex-http-router

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

qlimix/regex-http-router
========================

1.0.2(6y ago)03MITPHPPHP ^7.4

Since Feb 8Pushed 6y agoCompare

[ Source](https://github.com/qlimix/regex-http-router)[ Packagist](https://packagist.org/packages/qlimix/regex-http-router)[ RSS](/packages/qlimix-regex-http-router/feed)WikiDiscussions master Synced 4w ago

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

regex-http-router
=================

[](#regex-http-router)

[![Travis CI](https://camo.githubusercontent.com/cbdbc30fbd63504e25bb39b505f8a2a757336ab30105f77474b2df521fe995ab/68747470733a2f2f6170692e7472617669732d63692e6f72672f716c696d69782f72656765782d687474702d726f757465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/qlimix/regex-http-router)[![Coveralls](https://camo.githubusercontent.com/fe2895eaaf78b4b0e2dca9c665f22d0c0883b53121a3139ee1eba2cfdbb5ea02/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6769746875622f716c696d69782f72656765782d687474702d726f757465722e737667)](https://coveralls.io/github/qlimix/regex-http-router)[![Packagist](https://camo.githubusercontent.com/bc1712add212b9a5b8c8938ac2a540f35ba40ad282f4fcf1241bb6d7e6b03682/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f716c696d69782f72656765782d687474702d726f757465722e737667)](https://packagist.org/packages/qlimix/regex-http-router)[![MIT License](https://camo.githubusercontent.com/074b89bca64d3edc93a1db6c7e3b1636b874540ba91d66367c0e5e354c56d0ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)](https://github.com/qlimix/regex-http-router/blob/master/LICENSE)

Regex HTTP-Router

Install
-------

[](#install)

Using Composer:

```
$ composer require qlimix/regex-http-router

```

usage
-----

[](#usage)

Add routes to the container. Use the Method object to create any method.

The locator should be able to find the handling object via the handler passed to the route.

```
