PHPackages                             http-interop/response-sender - 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. http-interop/response-sender

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

http-interop/response-sender
============================

A function to convert PSR-7 Response to HTTP output

1.1.0(4mo ago)46731.8k↓35.7%420MITPHPPHP &gt;=5.6

Since Mar 17Pushed 4mo ago2 watchersCompare

[ Source](https://github.com/http-interop/response-sender)[ Packagist](https://packagist.org/packages/http-interop/response-sender)[ RSS](/packages/http-interop-response-sender/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (8)Versions (3)Used By (20)

HTTP Response Sender
====================

[](#http-response-sender)

A simple function that will send PSR-7 `ResponseInterface` headers and body.

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

[](#installation)

```
composer require http-interop/response-sender
```

Usage
-----

[](#usage)

```
use function Http\Response\send;

// Any ResponseInterface instance can be used.
$notFound = $responseFactory->createResponse(404);

// Send headers and body.
send($notFound);
```

License
-------

[](#license)

MIT

###  Health Score

55

—

FairBetter than 97% of packages

Maintenance76

Regular maintenance activity

Popularity48

Moderate usage in the ecosystem

Community27

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.8% 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 ~3267 days

Total

2

Last Release

129d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/38203?v=4)[Woody Gilk](/maintainers/shadowhand)[@shadowhand](https://github.com/shadowhand)

---

Top Contributors

[![shadowhand](https://avatars.githubusercontent.com/u/38203?v=4)](https://github.com/shadowhand "shadowhand (7 commits)")[![midnightLuke](https://avatars.githubusercontent.com/u/3444018?v=4)](https://github.com/midnightLuke "midnightLuke (1 commits)")[![peter279k](https://avatars.githubusercontent.com/u/9021747?v=4)](https://github.com/peter279k "peter279k (1 commits)")

---

Tags

psr-7responsesender

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/http-interop-response-sender/health.svg)

```
[![Health](https://phpackages.com/badges/http-interop-response-sender/health.svg)](https://phpackages.com/packages/http-interop-response-sender)
```

###  Alternatives

[guzzlehttp/psr7

PSR-7 message implementation that also provides common utility methods

8.0k1.1B4.0k](/packages/guzzlehttp-psr7)[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35789.4k2](/packages/telnyx-telnyx-php)[laudis/neo4j-php-client

Neo4j-PHP-Client is the most advanced PHP Client for Neo4j

185702.8k44](/packages/laudis-neo4j-php-client)

PHPackages © 2026

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