quillstack / header-bag
A simple solution to use headers according to PSR-7.
v0.0.3
2022-01-06 17:25 UTC
Requires
- php: ^8.0
- psr/http-message: ^1.0
Requires (Dev)
- quillstack/unit-tests: ^0.2.3
This package is auto-updated.
Last update: 2024-11-07 03:07:06 UTC
README
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