PHPackages                             quimcalpe/psr7-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. quimcalpe/psr7-response-sender

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

quimcalpe/psr7-response-sender
==============================

PSR-7 Response Sender

0.1.3(10y ago)2425MITPHPPHP &gt;=5.5.0

Since Nov 25Pushed 10y ago2 watchersCompare

[ Source](https://github.com/quimcalpe/psr7-response-sender)[ Packagist](https://packagist.org/packages/quimcalpe/psr7-response-sender)[ RSS](/packages/quimcalpe-psr7-response-sender/feed)WikiDiscussions master Synced 2w ago

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

quimcalpe/psr7-response-sender
==============================

[](#quimcalpepsr7-response-sender)

[![Version](https://camo.githubusercontent.com/f145e40619be8085f055368fcf7f418a4de63b5eca8cdf0656650d879ffa57d9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7175696d63616c70652f707372372d726573706f6e73652d73656e6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/quimcalpe/psr7-response-sender)[![License](https://camo.githubusercontent.com/b3f9395945cbbf1fdfec5d3d12e3dea8c1ab77f6e61a4d8a88d0e3adeaf3d890/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7175696d63616c70652f707372372d726573706f6e73652d73656e6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/quimcalpe/psr7-response-sender)[![Build Status](https://camo.githubusercontent.com/df80b65a9dd24e617d4199fd1ce40a7bcbd3ca2b8e0adf0f4abce4c04b0c08ab/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7175696d63616c70652f707372372d726573706f6e73652d73656e6465722e7376673f7374796c653d666c61742d737175617265)](http://travis-ci.org/quimcalpe/psr7-response-sender)

Sends PSR-7 Response compatible object's content and headers to browser.

Install
-------

[](#install)

Via Composer

```
$ composer require quimcalpe/psr7-response-sender
```

Requirements
------------

[](#requirements)

The following versions of PHP are supported by this version.

- PHP 5.5
- PHP 5.6
- PHP 7
- HHVM

Basic Usage
-----------

[](#basic-usage)

```
// Require composer autoloader
require __DIR__ . '/vendor/autoload.php';

// $response must be Psr\Http\Message\ResponseInterface compatible
QuimCalpe\ResponseSender\send($response);
```

With PHP 5.6 you can import the function straight away:

```
use function QuimCalpe\ResponseSender\send AS send_response;

send_response($response);
```

Testing
-------

[](#testing)

```
$ vendor/bin/phpunit
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/quimcalpe/psr7-response-sender/blob/master/LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 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 ~59 days

Total

4

Last Release

3737d ago

PHP version history (2 changes)0.1.0PHP ^5.5.0

0.1.1PHP &gt;=5.5.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1057151?v=4)[Quim Calpe](/maintainers/quimcalpe)[@quimcalpe](https://github.com/quimcalpe)

---

Top Contributors

[![quimcalpe](https://avatars.githubusercontent.com/u/1057151?v=4)](https://github.com/quimcalpe "quimcalpe (8 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/quimcalpe-psr7-response-sender/health.svg)

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

###  Alternatives

[guzzlehttp/psr7

PSR-7 message implementation that also provides common utility methods

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

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

6.2k555.0M2.8k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k52](/packages/neuron-core-neuron-ai)[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k20](/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.

36826.2k2](/packages/telnyx-telnyx-php)[mimmi20/browser-detector

Library to detect Browsers and Devices

49158.4k5](/packages/mimmi20-browser-detector)

PHPackages © 2026

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