quillstack/header-bag

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

Maintainers

Package info

github.com/quillstack/header-bag

Homepage

pkg:composer/quillstack/header-bag

Statistics

Installs: 247

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-07 05:58:06 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