PHPackages                             symbiotic/http-response-mutable - 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. symbiotic/http-response-mutable

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

symbiotic/http-response-mutable
===============================

Mutable response, the decorator is made to work with the response object via a Psr container

1.4.0(3y ago)01161BSD-3-ClausePHPPHP &gt;=7.2

Since Sep 11Pushed 3y agoCompare

[ Source](https://github.com/symbiotic-php/http-response-mutable)[ Packagist](https://packagist.org/packages/symbiotic/http-response-mutable)[ RSS](/packages/symbiotic-http-response-mutable/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (1)

Psr Response Mutable
====================

[](#psr-response-mutable)

Warning
-------

[](#warning)

Widespread use of this decorator is not recommended! We use it to transfer it to controllers via a DI container.

Features
--------

[](#features)

- Compatible with PSR-7 (Http Message)
- Simple class
- php 7.2+

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

[](#installation)

```
composer require symbiotic/http-response-mutable

```

Usage
-----

[](#usage)

Mutable response, the decorator is made to work with the response object via a Psr container.

```
/**
 * @var  \Psr\Http\Message\ResponseInterface $response
 **/
$response = $psr_response_instance;

$responseMutable  = new Symbiotic\Http\ResponseMutable($response);
 /**
  *  your object changes...
  **/
// Getting the original object
$response  = $responseMutable->getRealInstance();
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

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

1391d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5098237?v=4)[symbiotic](/maintainers/symbiotic)[@symbiotic](https://github.com/symbiotic)

---

Tags

psr7http-responseresponse mutable

### Embed Badge

![Health badge](/badges/symbiotic-http-response-mutable/health.svg)

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

###  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)[league/openapi-psr7-validator

Validate PSR-7 messages against OpenAPI (3.0.2) specifications expressed in YAML or JSON

56117.4M91](/packages/league-openapi-psr7-validator)[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)

PHPackages © 2026

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