https://github.com/quillstack/response
The response object based on PSR-7 + PSR-17, and with the main goal: to be simple and fast
https://github.com/quillstack/response
http http-response psr-17 psr-7 response server-response
Last synced: 7 months ago
JSON representation
The response object based on PSR-7 + PSR-17, and with the main goal: to be simple and fast
- Host: GitHub
- URL: https://github.com/quillstack/response
- Owner: quillstack
- License: mit
- Created: 2020-08-30T12:17:50.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-13T20:28:19.000Z (over 3 years ago)
- Last Synced: 2025-02-18T15:02:49.509Z (8 months ago)
- Topics: http, http-response, psr-17, psr-7, response, server-response
- Language: PHP
- Homepage: https://quillstack.org
- Size: 46.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quillstack Response
[](https://app.travis-ci.com/quillstack/response)
[](https://sonarcloud.io/summary/new_code?id=quillstack_response)
[](https://sonarcloud.io/summary/new_code?id=quillstack_response)
[](https://github.styleci.io/repos/291464500?branch=main)
[](https://www.codefactor.io/repository/github/quillstack/response)
[](https://sonarcloud.io/summary/new_code?id=quillstack_response)
[](https://sonarcloud.io/summary/new_code?id=quillstack_response)
[](https://sonarcloud.io/summary/new_code?id=quillstack_response)Quillstack Response is the response library which implements
_PSR-7: HTTP message interfaces_ and is based on
_PSR-17: HTTP Factories_.### Unit tests
Run tests using a command:
```
phpdbg -qrr ./vendor/bin/unit-tests
```### Docker
```shell
$ docker-compose up -d
$ docker exec -w /var/www/html -it quillstack_response sh
```