PHPackages                             roadrunner/http-bundle - 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. roadrunner/http-bundle

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

roadrunner/http-bundle
======================

Integration roadrunner http with symfony

0.1.3(3mo ago)487[1 issues](https://github.com/roadrunner-symfony/http-bundle/issues)MITPHPPHP ^8.1CI passing

Since Oct 11Pushed 3mo agoCompare

[ Source](https://github.com/roadrunner-symfony/http-bundle)[ Packagist](https://packagist.org/packages/roadrunner/http-bundle)[ RSS](/packages/roadrunner-http-bundle/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (57)Versions (5)Used By (0)

RoadRunner Http-Bundle
======================

[](#roadrunner-http-bundle)

RoadRunner is a high-performance PHP application server and process manager, designed with extensibility in mind through its utilization of plugins.

Features
--------

[](#features)

- **Middleware**
- **Supported streaming response**
- **Sentry**: Push/pop scope (if the [`SentryBundle`](https://github.com/getsentry/sentry-symfony) use)
- **Doctrine**: clear opened managers and check connection is still usable after each request ( if [`DoctrineBundle`](https://github.com/doctrine/DoctrineBundle) is use)

Requirements:
-------------

[](#requirements)

- php &gt;= 8.1
- symfony &gt;= 6.0

1. Connect recipes

[`See link recipies repository`](https://github.com/roadrunner-symfony/recipes?tab=readme-ov-file#installation)

2. Install package

```
composer req http
```

3. Configure:

- docker-compose-roadrunner.yml
- Dockerfile
- .rr.http.yaml
- config/packages/roadrunner.http.yaml

Sentry integrations
-------------------

[](#sentry-integrations)

Install packages:

```
composer require sentry
```

If [`SentryBundle`](https://github.com/getsentry/sentry-symfony) is use, the following parameters is available to you:

- `useSentryIntegration` - Connect integration

Example config:

**Specific worker**

```
road_runner_http:
  useSentryIntegration: true
```

Doctrine integrations
---------------------

[](#doctrine-integrations)

Install packages:

```
composer require orm
```

If [`DoctrineBundle`](https://github.com/doctrine/DoctrineBundle) is use, the following parameters is available to you:

- `useDoctrineIntegration` - Connect integration
- `useLoggingDoctrineOpenTransaction` - Connect middleware that report unclosed transaction to monolog
- `useTrackingSentryDoctrineOpenTransaction` - Connect middleware that report unclosed transaction to sentry

These parameters accept a list of entity-managers

Example config:

```
road_runner_http:
  useDoctrineIntegration:
    - default
    - test

  useLoggingDoctrineOpenTransaction:
    - default
    - test

  useTrackingSentryDoctrineOpenTransaction:
    - default
```

Streamed Response
-----------------

[](#streamed-response)

The bundle supports the standard Symfony responses:

```
Symfony\Component\HttpFoundation\StreamedResponse
Symfony\Component\HttpFoundation\StreamedJsonResponse
```

It also provides its own optimized implementations:

```
Roadrunner\Integration\Symfony\Http\Bridge\HttpFoundation\StreamedResponse
Roadrunner\Integration\Symfony\Http\Bridge\HttpFoundation\StreamedJsonResponse
```

**We recommend using the Roadrunner\\Integration\\Symfony implementations** whenever possible, as they eliminate unnecessary I/O overhead and offer better performance in the RoadRunner environment.
**At the same time, full backward compatibility** with the standard Symfony responses is preserved, ensuring that third-party libraries built for Symfony\\Component\\HttpFoundation continue to work seamlessly.

Examples of use:

- [`Symfony\Component\HttpFoundation\StreamedResponse`](https://github.com/roadrunner-symfony/http-bundle/blob/main/tests/App/app.php#L171)
- [`Roadrunner\Integration\Symfony\Http\Bridge\HttpFoundation\StreamedResponse`](https://github.com/roadrunner-symfony/http-bundle/blob/main/tests/App/app.php#L158)
- [`Symfony\Component\HttpFoundation\StreamedJsonResponse`](https://github.com/roadrunner-symfony/http-bundle/blob/main/tests/App/app.php#L188)
- [`Roadrunner\Integration\Symfony\Http\Bridge\HttpFoundation\StreamedJsonResponse`](https://github.com/roadrunner-symfony/http-bundle/blob/main/tests/App/app.php#L188)

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance80

Actively maintained with recent releases

Popularity15

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

Every ~52 days

Total

4

Last Release

108d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/110fa17dca123e71e4ef4132d1d6a66d20058a07fc6118e716dd67dd4316e886?d=identicon)[roxblnfk](/maintainers/roxblnfk)

![](https://www.gravatar.com/avatar/37250ac0f6117b7d479802e14fcc870f2e2a85e6c6f26a037cfacb08b3db70a1?d=identicon)[shashkov.root](/maintainers/shashkov.root)

---

Top Contributors

[![root-aza](https://avatars.githubusercontent.com/u/13816704?v=4)](https://github.com/root-aza "root-aza (44 commits)")

---

Tags

httpsymfonybundleroadrunner

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/roadrunner-http-bundle/health.svg)

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

PHPackages © 2026

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