PHPackages                             boesing/mezzio-httphandlerrunner-roadrunner - 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. boesing/mezzio-httphandlerrunner-roadrunner

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

boesing/mezzio-httphandlerrunner-roadrunner
===========================================

Adds native HTTP handler runner for mezzio projects to work with spiral/roadrunner

1.0.x-dev(3y ago)13BSD-3-ClausePHPPHP ~8.1.0

Since May 8Pushed 3y ago1 watchersCompare

[ Source](https://github.com/boesing/mezzio-httphandlerrunner-roadrunner)[ Packagist](https://packagist.org/packages/boesing/mezzio-httphandlerrunner-roadrunner)[ RSS](/packages/boesing-mezzio-httphandlerrunner-roadrunner/feed)WikiDiscussions 1.0.x Synced 1mo ago

READMEChangelogDependencies (12)Versions (1)Used By (0)

mezzio-httphandlerrunner-roadrunner
===================================

[](#mezzio-httphandlerrunner-roadrunner)

[![Build Status](https://github.com/boesing/mezzio-httphandlerrunner-roadrunner/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/boesing/mezzio-httphandlerrunner-roadrunner/actions/workflows/continuous-integration.yml)

This library provides an implementation to run mezzio via `spiral/roadrunner`.

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

[](#installation)

Run the following to install this library:

```
$ composer require boesing/mezzio-httphandlerrunner-roadrunner
```

### Creating roadrunner configuration

[](#creating-roadrunner-configuration)

```
server:
  command: "php -dopcache.enable_cli=1 -dopcache.validate_timestamps=0 vendor/bin/laminas roadrunner:run"

http:
  address: "localhost:8080"
  pool:
    num_workers: 8

logs:
  mode: production
  channels:
    http:
      level: info # Log all http requests, set to info to disable
    server:
      level: debug # Everything written to worker stderr is logged
```

A list of available configuration parameters can be found in the `spiral/roadrunner-binary` [repository](https://github.com/spiral/roadrunner-binary/blob/stable/.rr.yaml) on github.

### Retrieve roadrunner binary

[](#retrieve-roadrunner-binary)

To be able to run roadrunner, you need to fetch the roadrunner binary. Use the following command to do so for your environment: `vendor/bin/rr get-binary`

**NOTE: By doing so, a `rr` binary will be fetched to your current working directory. That binary only works for your current environment. So when you execute that command on MacOS, you will receive a binary prepared to run on MacOS and which is not compatible with Ubuntu for example.**

Run
---

[](#run)

To run your project, simply execute the binary fetched in the [Retrieve roadrunner binary installation step](#retrieve-roadrunner-binary):

`./rr serve`

This should ramp up the amount of workers configured in the [Creating roadrunner configuration installation step](#creating-roadrunner-configuration) and listens to the configured port.

Support
-------

[](#support)

- [Issues](https://github.com/boesing/mezzio-httphandlerrunner-roadrunner/issues/)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

1101d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bb2738b201c0f9c9eb9a0682e72329fca6d2b8b1cf65402ed490a1e716879885?d=identicon)[boesing](/maintainers/boesing)

---

Top Contributors

[![boesing](https://avatars.githubusercontent.com/u/2189546?v=4)](https://github.com/boesing "boesing (13 commits)")

---

Tags

roadrunnermezziohttphandlerrunner

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/boesing-mezzio-httphandlerrunner-roadrunner/health.svg)

```
[![Health](https://phpackages.com/badges/boesing-mezzio-httphandlerrunner-roadrunner/health.svg)](https://phpackages.com/packages/boesing-mezzio-httphandlerrunner-roadrunner)
```

###  Alternatives

[mezzio/mezzio

PSR-15 Middleware Microframework

3883.6M97](/packages/mezzio-mezzio)[mezzio/mezzio-swoole

Swoole support for Mezzio

92238.9k3](/packages/mezzio-mezzio-swoole)[laminas/laminas-httphandlerrunner

Execute PSR-15 RequestHandlerInterface instances and emit responses they generate.

7017.9M205](/packages/laminas-laminas-httphandlerrunner)[mezzio/mezzio-tooling

Migration and development tooling for Mezzio

191.1M21](/packages/mezzio-mezzio-tooling)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.0M61](/packages/mezzio-mezzio-router)[mezzio/mezzio-skeleton

Laminas mezzio skeleton. Begin developing PSR-15 middleware applications in seconds!

12726.2k](/packages/mezzio-mezzio-skeleton)

PHPackages © 2026

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