# symfony/psr-http-message-bridge

PSR HTTP message bridge

Repository: https://github.com/symfony/psr-http-message-bridge
Canonical: https://ross.abutalabs.com/products/psr-http-message-bridge
Homepage: https://symfony.com/psr-http-message-bridge
Language: PHP
License: MIT
License Family: permissive
Topics: php, symfony, psr-7, http-message, component, http, psr-17, symfony-component
Last push: 2026-08-10T19:31:55+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 97, release rhythm 86, longevity 100
- inputs: {"age_days": 4122, "days_push": 23, "days_rel": 96, "gap_med": 22, "n_releases_24m": 16}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1295, forks 56 (observed 2026-08-28T04:04:16.452462+00:00)

## What it is
A Symfony component that converts between Symfony HttpFoundation Request/Response objects and PSR-7/PSR-17 HTTP message objects. It enables interoperability between Symfony applications and PSR-7-compatible libraries and frameworks.

## Use cases
- convert symfony request to psr-7
- use psr-7 middleware in symfony
- run symfony with psr-7 compatible libraries
- bridge httpfoundation and psr-7 objects
- make symfony app psr-17 compatible
- integrate psr-7 handlers with symfony kernel

## When to choose
- you need PSR-7/PSR-17 interoperability in a Symfony or Laravel application
- you want to use PSR-7 middleware or handlers with HttpFoundation-based code
- you are building a framework on top of Symfony HttpFoundation that must accept PSR-7 requests

## When to avoid
- your project is fully PSR-7 native and never touches HttpFoundation
- you need a full framework rather than a conversion bridge
- you work outside the PHP ecosystem

## Facets
- artifact type: library
- maturity: stable
- function: http-server, middleware, sdk
- domain: web-development, backend, apis, developer-tools
- platform: php
- tags: psr-7, psr-17, symfony, http-foundation, bridge, interop, web-server

## Member repositories
- symfony/psr-http-message-bridge (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:16.452462+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:54:02.464804+00:00, confidence not recorded.
  - readme: https://github.com/symfony/psr-http-message-bridge (fetched 2026-08-28T04:04:16.452462+00:00, sha 95e0739fa751)
  - homepage: https://symfony.com/psr-http-message-bridge (fetched 2026-08-29T12:10:43.820310+00:00, sha 81d28b59a1e5)
  - site_page: https://symfony.com/doc (fetched 2026-08-29T12:10:43.829496+00:00, sha 44889134f4fb)
  - site_page: https://symfony.com/doc/current/components/psr7.html (fetched 2026-08-29T12:10:43.831588+00:00, sha 4afef89ba643)
  - site_page: https://symfony.com/releases (fetched 2026-08-29T12:10:43.833350+00:00, sha 429432437be6)
  - site_page: https://symfony.com/blog/category/releases (fetched 2026-08-29T12:10:43.835217+00:00, sha 1763f9319d38)
- Data as of 2026-08-30T08:39:29.467469+00:00.
