quillstack/response

The response object based on PSR-7: HTTP messages, and with the main goal: to be simple and fast.

v0.0.2 2022-01-13 20:27 UTC

This package is auto-updated.

Last update: 2024-05-14 01:47:01 UTC


README

Build Status Coverage Lines of Code StyleCI CodeFactor Reliability Rating Maintainability Rating Security Rating

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

$ docker-compose up -d
$ docker exec -w /var/www/html -it quillstack_response sh