PHPackages                             runtime/roadrunner-nyholm - 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. runtime/roadrunner-nyholm

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

runtime/roadrunner-nyholm
=========================

Roadrunner runtime with nyholm/psr7

1.0.0(4mo ago)6447MITPHP

Since Apr 29Pushed 4mo ago2 watchersCompare

[ Source](https://github.com/php-runtime/roadrunner-nyholm)[ Packagist](https://packagist.org/packages/runtime/roadrunner-nyholm)[ GitHub Sponsors](https://github.com/nyholm)[ RSS](/packages/runtime-roadrunner-nyholm/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (7)Versions (6)Used By (0)

RoadRunner Runtime with nyholm/psr7
===================================

[](#roadrunner-runtime-with-nyholmpsr7)

A runtime for [RoadRunner](https://roadrunner.dev/).

If you are new to the Symfony Runtime component, read more in the [main readme](https://github.com/php-runtime/runtime).

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

[](#installation)

```
composer require runtime/roadrunner-nyholm

```

Usage
-----

[](#usage)

Define the environment variable `APP_RUNTIME` for your application.

```
APP_RUNTIME=Runtime\RoadRunnerNyholm\Runtime

```

### PSR-7

[](#psr-7)

```
// public/index.php

use Psr\Http\Message\ServerRequestInterface;

require_once dirname(__DIR__).'/vendor/autoload_runtime.php';

return function () {
    return function (ServerRequestInterface $request) {
        return new \Nyholm\Psr7\Response(200, [], 'Hello PSR-7');
    };
};
```

### PSR-15

[](#psr-15)

```
// public/index.php

use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;
use Psr\Http\Server\RequestHandlerInterface;

require_once dirname(__DIR__).'/vendor/autoload_runtime.php';

class Application implements RequestHandlerInterface {
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        return new \Nyholm\Psr7\Response(200, [], 'Hello PSR-15');
    }
}

return function () {
    return new Application();
};
```

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance74

Regular maintenance activity

Popularity18

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 70.6% 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 ~423 days

Total

5

Last Release

143d ago

Major Versions

0.2.0 → 1.0.02025-12-18

### Community

Maintainers

![](https://www.gravatar.com/avatar/401ccc5eea13c60cf807ae982af00e368e2166e2f26d8eb541dcd881a57385bc?d=identicon)[Nyholm](/maintainers/Nyholm)

---

Top Contributors

[![Nyholm](https://avatars.githubusercontent.com/u/1275206?v=4)](https://github.com/Nyholm "Nyholm (12 commits)")[![thecaliskan](https://avatars.githubusercontent.com/u/13554944?v=4)](https://github.com/thecaliskan "thecaliskan (2 commits)")[![alexander-schranz](https://avatars.githubusercontent.com/u/1698337?v=4)](https://github.com/alexander-schranz "alexander-schranz (1 commits)")[![chalasr](https://avatars.githubusercontent.com/u/7502063?v=4)](https://github.com/chalasr "chalasr (1 commits)")[![msmakouz](https://avatars.githubusercontent.com/u/67324318?v=4)](https://github.com/msmakouz "msmakouz (1 commits)")

---

Tags

roadrunnerruntime

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/runtime-roadrunner-nyholm/health.svg)

```
[![Health](https://phpackages.com/badges/runtime-roadrunner-nyholm/health.svg)](https://phpackages.com/packages/runtime-roadrunner-nyholm)
```

###  Alternatives

[runtime/roadrunner-symfony-nyholm

Roadrunner runtime for with nyholm/psr7

63119.0k](/packages/runtime-roadrunner-symfony-nyholm)[spiral/roadrunner-laravel

Laravel integration for RoadRunner with support for HTTP, Jobs, gRPC, and Temporal plugins - going beyond Octane's capabilities

491320.3k3](/packages/spiral-roadrunner-laravel)[spiral/roadrunner-http

RoadRunner: HTTP and PSR-7 worker

779.2M48](/packages/spiral-roadrunner-http)[temporal/sdk

Temporal SDK

4002.2M18](/packages/temporal-sdk)[roadrunner-php/laravel-bridge

Laravel integration for RoadRunner with support for HTTP, Jobs, gRPC, and Temporal plugins - going beyond Octane's capabilities

49143.2k1](/packages/roadrunner-php-laravel-bridge)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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