quillstack/request

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


Keywords
http, http-request, psr-17, psr-7, request, server-request
License
MIT

Documentation

Quillstack Server Request

Build Status Quality Gate Status StyleCI CodeFactor Maintainability Rating Lines of Code Coverage

Quillstack Server Request is the server request library which implements PSR-7: HTTP message interfaces and is based on PSR-17: HTTP Factories. You can find the full documentation on the website:
https://quillstack.com/request

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_server-request sh