Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-13T20:28:19.000Z (almost 3 years ago)
- Last Synced: 2024-08-15T04:44:53.574Z (5 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
[![Build Status](https://app.travis-ci.com/quillstack/response.svg?branch=main)](https://app.travis-ci.com/quillstack/response)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=quillstack_response&metric=coverage)](https://sonarcloud.io/summary/new_code?id=quillstack_response)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=quillstack_response&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=quillstack_response)
[![StyleCI](https://github.styleci.io/repos/291464500/shield?branch=main)](https://github.styleci.io/repos/291464500?branch=main)
[![CodeFactor](https://www.codefactor.io/repository/github/quillstack/response/badge)](https://www.codefactor.io/repository/github/quillstack/response)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=quillstack_response&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=quillstack_response)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=quillstack_response&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=quillstack_response)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=quillstack_response&metric=security_rating)](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
```