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

ActiveLibrary

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)01151BSD-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 1mo ago

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 19% 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

1337d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a7ef7750fdc43614c00e641939b148f999b2771b930cf3cf1b18c66fe614de9c?d=identicon)[symbiotic](/maintainers/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

[league/openapi-psr7-validator

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

55615.9M69](/packages/league-openapi-psr7-validator)[league/route

Fast routing and dispatch component including PSR-15 middleware, built on top of FastRoute.

6633.1M116](/packages/league-route)[dflydev/fig-cookies

Cookies for PSR-7 HTTP Message Interface.

2268.5M101](/packages/dflydev-fig-cookies)[slim/psr7

Strict PSR-7 implementation

14818.0M410](/packages/slim-psr7)[akrabat/ip-address-middleware

PSR-15 middleware that determines the client IP address and stores it as a ServerRequest attribute

1702.5M18](/packages/akrabat-ip-address-middleware)[slim/http

Slim PSR-7 Object Decorators

1502.3M66](/packages/slim-http)

PHPackages © 2026

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