quillstack/header-bag

A simple solution to use headers according to PSR-7.

v0.0.3 2022-01-06 17:25 UTC

This package is auto-updated.

Last update: 2024-05-07 02:09:10 UTC


README

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