PHPackages                             opis/http-routing - 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. opis/http-routing

Abandoned → [opis/routing](/?search=opis%2Frouting)ArchivedLibrary[HTTP &amp; Networking](/categories/http)

opis/http-routing
=================

Opis HTTP Routing is a library that can be used to route all types of HTTP requests

5.0.0(6y ago)71.6k1[1 issues](https://github.com/opis/http-routing/issues)1Apache-2.0PHPPHP ^7.1

Since Dec 17Pushed 6y ago1 watchersCompare

[ Source](https://github.com/opis/http-routing)[ Packagist](https://packagist.org/packages/opis/http-routing)[ Docs](https://opis.io/http-routing)[ RSS](/packages/opis-http-routing/feed)WikiDiscussions master Synced yesterday

READMEChangelog (6)Dependencies (3)Versions (31)Used By (1)

Opis HTTP Routing
=================

[](#opis-http-routing)

[![Build Status](https://camo.githubusercontent.com/9ce0f011cc79e36cda78b30399871d37584f2b13d2eae020c44532b38cb1677a/68747470733a2f2f7472617669732d63692e6f72672f6f7069732f687474702d726f7574696e672e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/opis/http-routing)[![Latest Stable Version](https://camo.githubusercontent.com/4f7946254b6b91aa00bc4ba44db6de0201c814dc352845114d085ab8013d13da/68747470733a2f2f706f7365722e707567782e6f72672f6f7069732f687474702d726f7574696e672f76657273696f6e2e706e67)](https://packagist.org/packages/opis/http-routing)[![Latest Unstable Version](https://camo.githubusercontent.com/bae89fe2ef2c036a60419a15ddf7841ff1ead5a3afa551c8b5351945c0e12248/68747470733a2f2f706f7365722e707567782e6f72672f6f7069732f687474702d726f7574696e672f762f756e737461626c652e706e67)](//packagist.org/packages/opis/http-routing)[![License](https://camo.githubusercontent.com/e11525d72e4ee7c74da9a77936b361afdca59d23fdaa9fc1b37354ee639d7f9d/68747470733a2f2f706f7365722e707567782e6f72672f6f7069732f687474702d726f7574696e672f6c6963656e73652e706e67)](https://packagist.org/packages/opis/http-routing)

HTTP Routing library
--------------------

[](#http-routing-library)

**Opis HTTP Routing** is a library that can be used to route all types of HTTP request, providing a full range of features, like path filters, domain filters, user defined filters, and more.

### Documentation

[](#documentation)

The full documentation for this library can be found [here](https://opis.io/http-routing).

### License

[](#license)

**Opis Http Routing** is licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0 "Apache License").

### Requirements

[](#requirements)

- PHP ^7.1
- [Opis Routing](https://opis.io/routing "Opis Routing") ^5.0
- [Opis Http](https://opis.io/http "Opis Http") ^3.0

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

[](#installation)

**Opis Http Routing** is available on [Packagist](https://packagist.org/packages/opis/http-routing "Packagist") and it can be installed from a command line interface by using [Composer](https://getcomposer.org "Composer").

```
composer require opis/http-routing
```

Or you could directly reference it into your `composer.json` file as a dependency

```
{
    "require": {
        "opis/http-routing": "^5.0"
    }
}
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 98.1% of commits — single point of failure

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 ~69 days

Recently: every ~179 days

Total

30

Last Release

2508d ago

Major Versions

1.1.0 → 2.0.02014-02-14

2.5.x-dev → 3.0.02015-07-30

3.0.x-dev → 4.0.02016-01-16

4.0.x-dev → 5.0-alpha.12017-06-20

PHP version history (3 changes)1.0.0PHP &gt;=5.3.0

5.0-alpha.1PHP &gt;=7.0.0

5.0-alpha.5PHP ^7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/47afaf3c711dd321c8d09bae2afed928971ec9e9a7593c925749696f04d2fddd?d=identicon)[msarca](/maintainers/msarca)

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

---

Top Contributors

[![msarca](https://avatars.githubusercontent.com/u/5808737?v=4)](https://github.com/msarca "msarca (265 commits)")[![sorinsarca](https://avatars.githubusercontent.com/u/3427195?v=4)](https://github.com/sorinsarca "sorinsarca (5 commits)")

---

Tags

httphttp-messagerouting

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/opis-http-routing/health.svg)

```
[![Health](https://phpackages.com/badges/opis-http-routing/health.svg)](https://phpackages.com/packages/opis-http-routing)
```

###  Alternatives

[psr/http-message

Common interface for HTTP messages

7.1k1.0B5.5k](/packages/psr-http-message)[symfony/psr-http-message-bridge

PSR HTTP message bridge

1.3k296.6M807](/packages/symfony-psr-http-message-bridge)[fig/http-message-util

Utility classes and constants for use with PSR-7 (psr/http-message)

39489.0M274](/packages/fig-http-message-util)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

86874.0k94](/packages/httpsoft-http-message)[miladrahimi/phprouter

A powerful, lightweight, and very fast HTTP URL router for PHP projects.

20832.6k2](/packages/miladrahimi-phprouter)[httpsoft/http-server-request

Infrastructure for creating PSR-7 ServerRequest and UploadedFile

15112.6k29](/packages/httpsoft-http-server-request)

PHPackages © 2026

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