Download the PHP package symbiotic/http-response-mutable without Composer
On this page you can find all versions of the php package symbiotic/http-response-mutable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download symbiotic/http-response-mutable
More information about symbiotic/http-response-mutable
Files in symbiotic/http-response-mutable
Download symbiotic/http-response-mutable
More information about symbiotic/http-response-mutable
Files in symbiotic/http-response-mutable
Vendor symbiotic
Package http-response-mutable
Short Description Mutable response, the decorator is made to work with the response object via a Psr container
License BSD-3-Clause
Package http-response-mutable
Short Description Mutable response, the decorator is made to work with the response object via a Psr container
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package http-response-mutable
Psr Response Mutable
Warning
Widespread use of this decorator is not recommended! We use it to transfer it to controllers via a DI container.
Features
- Compatible with PSR-7 (Http Message)
- Simple class
- php 7.2+
Installation
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();
All versions of http-response-mutable with dependencies
PHP Build Version
Package Version
The package symbiotic/http-response-mutable contains the following files
Loading the files please wait ....