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

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

super-simple/http-server-handler
================================

Super Simple HTTP Server Handler library implmenting the PSR-15 standard.

v1.2(3y ago)02MITPHPPHP &gt;=8.1

Since Jun 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/alextodorov/super-simple-http-handler)[ Packagist](https://packagist.org/packages/super-simple/http-server-handler)[ RSS](/packages/super-simple-http-server-handler/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

Super Simple Http Handler
=========================

[](#super-simple-http-handler)

A Super Simple HTTP Handler library implementing the PSR-15.

[![Build Status](https://github.com/alextodorov/super-simple-http-handler/actions/workflows/phpunit.yml/badge.svg?branch=main)](https://github.com/alextodorov/super-simple-http-handler/actions/workflows/phpunit.yml/badge.svg?branch=main)

Install
-------

[](#install)

```
composer require super-simple/http-server-handler
```

Requires PHP 8.1 or newer.

Usage
-----

[](#usage)

Basic usage:

```
// Create a handler, the $defaultResponse must implement Psr\Http\Message\ResponseInterface.
$handler = new HTTPServerHandler($defaultResponse);

// Handle the request

$response = $handler->handle($request);
```

It's possible to add Middlewares.

```
//.... create a handler

// The $middleware must implement Psr\Http\Server\MiddlewareInterface
$handler->addMiddleware($middlware);

// ... handle the request.
```

For more details check out the [wiki](https://github.com/alextodorov/super-simple-http-handler/wiki).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~25 days

Total

3

Last Release

1385d ago

PHP version history (2 changes)v1.0PHP &gt;=8.0

v1.2PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/37d077d15593526771b4449e95672fdbee0bc370378d639ecd7bf8dc2b7e5a5a?d=identicon)[kriviabg](/maintainers/kriviabg)

---

Top Contributors

[![alextodorov](https://avatars.githubusercontent.com/u/11376556?v=4)](https://github.com/alextodorov "alextodorov (10 commits)")

---

Tags

psr-15http-server-handler

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[league/route

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

6633.1M116](/packages/league-route)[relay/relay

A PSR-15 server request handler.

3302.1M84](/packages/relay-relay)[php-middleware/php-debug-bar

PHP Debug Bar PSR-15 middleware with PSR-7

76433.5k2](/packages/php-middleware-php-debug-bar)[sunrise/http-router

A powerful solution as the foundation of your project.

16249.8k10](/packages/sunrise-http-router)[laminas/laminas-mvc-middleware

Dispatch middleware pipelines in place of controllers in laminas-mvc.

22659.3k9](/packages/laminas-laminas-mvc-middleware)[lcobucci/error-handling-middleware

A PSR-15 middleware compatible with RFC 7807

6171.3k1](/packages/lcobucci-error-handling-middleware)

PHPackages © 2026

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