PHPackages                             http-interop/http-server-handler - 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. http-interop/http-server-handler

Abandoned → [psr/http-server-handler](/?search=psr%2Fhttp-server-handler)ArchivedLibrary[HTTP &amp; Networking](/categories/http)

http-interop/http-server-handler
================================

Common interface for HTTP server-side request handler

1.1.0(8y ago)2021.8k11MITPHPPHP &gt;=7.0

Since Nov 9Pushed 8y ago12 watchersCompare

[ Source](https://github.com/http-interop/http-server-handler)[ Packagist](https://packagist.org/packages/http-interop/http-server-handler)[ RSS](/packages/http-interop-http-server-handler/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (2)Versions (4)Used By (1)

HTTP Server Handler
===================

[](#http-server-handler)

Deprecation warning!
====================

[](#deprecation-warning)

**Starting January 22nd, 2018 http-interop is officially deprecated in favor of [PSR-15](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-15-request-handlers.md).**

From v1.1, this package directly extends PSR-15 interfaces to provide backwards compatibility and should no longer be added to new projects.

Please switch to `psr/http-server-handler` as soon as possible.

Changes Required
----------------

[](#changes-required)

There are two changes required to use the official `psr/http-server-handler` package:

### Update Composer

[](#update-composer)

Replace the line in `composer.json` that reads:

```
{
    "require": {
        "http-interop/http-server-handler": "^1.0"
    }
}
```

with:

```
{
    "require": {
        "psr/http-server-handler": "^1.0"
    }
}
```

### Update Code

[](#update-code)

Replace any references to:

```
use Interop\Http\Server\RequestHandlerInterface;
```

with:

```
use Psr\Http\Server\RequestHandlerInterface;
```

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 67.2% 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 ~37 days

Total

3

Last Release

3074d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/25943?v=4)[Matthew Weier O'Phinney](/maintainers/weierophinney)[@weierophinney](https://github.com/weierophinney)

![](https://avatars.githubusercontent.com/u/38203?v=4)[Woody Gilk](/maintainers/shadowhand)[@shadowhand](https://github.com/shadowhand)

---

Top Contributors

[![shadowhand](https://avatars.githubusercontent.com/u/38203?v=4)](https://github.com/shadowhand "shadowhand (45 commits)")[![schnittstabil](https://avatars.githubusercontent.com/u/6059032?v=4)](https://github.com/schnittstabil "schnittstabil (7 commits)")[![atanvarno69](https://avatars.githubusercontent.com/u/22321380?v=4)](https://github.com/atanvarno69 "atanvarno69 (4 commits)")[![mnapoli](https://avatars.githubusercontent.com/u/720328?v=4)](https://github.com/mnapoli "mnapoli (3 commits)")[![mindplay-dk](https://avatars.githubusercontent.com/u/103348?v=4)](https://github.com/mindplay-dk "mindplay-dk (2 commits)")[![oscarotero](https://avatars.githubusercontent.com/u/377873?v=4)](https://github.com/oscarotero "oscarotero (2 commits)")[![michalbundyra](https://avatars.githubusercontent.com/u/7423207?v=4)](https://github.com/michalbundyra "michalbundyra (1 commits)")[![harikt](https://avatars.githubusercontent.com/u/120454?v=4)](https://github.com/harikt "harikt (1 commits)")[![DaGhostman](https://avatars.githubusercontent.com/u/2286949?v=4)](https://github.com/DaGhostman "DaGhostman (1 commits)")[![bjoern-tantau](https://avatars.githubusercontent.com/u/8307357?v=4)](https://github.com/bjoern-tantau "bjoern-tantau (1 commits)")

---

Tags

httpresponserequestpsrpsr-7serverhandlerpsr-15

### Embed Badge

![Health badge](/badges/http-interop-http-server-handler/health.svg)

```
[![Health](https://phpackages.com/badges/http-interop-http-server-handler/health.svg)](https://phpackages.com/packages/http-interop-http-server-handler)
```

###  Alternatives

[guzzlehttp/psr7

PSR-7 message implementation that also provides common utility methods

7.9k1.1B3.7k](/packages/guzzlehttp-psr7)[psr/http-server-handler

Common interface for HTTP server-side request handler

178109.8M1.1k](/packages/psr-http-server-handler)[psr/http-factory

PSR-17: Common interfaces for PSR-7 HTTP message factories

1.9k728.6M2.5k](/packages/psr-http-factory)[psr/http-server-middleware

Common interface for HTTP server-side middleware

18399.3M1.8k](/packages/psr-http-server-middleware)[middlewares/request-handler

Middleware to execute request handlers

451.7M28](/packages/middlewares-request-handler)[idealo/php-middleware-stack

Implementation of HTTP Middleware PSR-15 specification

3210.3k](/packages/idealo-php-middleware-stack)

PHPackages © 2026

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