Skip to content

quillstack/header-bag

Repository files navigation

Quillstack Headers

Build Status Downloads Coverage Lines of Code StyleCI CodeFactor Packagist License Reliability Rating Maintainability Security Rating Packagist PHP Version Support

A simple solution to use headers according to PSR-7. You can install this library, if you need to use headers in your project. This implementation can be used in HTTP requests and responses. You can find the full documentation on the website:
https://quillstack.org/headers

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_header-bag sh