quillstack / response
The response object based on PSR-7: HTTP messages, and with the main goal: to be simple and fast.
v0.0.2
2022-01-13 20:27 UTC
Requires
- php: ^8
- ext-json: *
- psr/http-factory: ^1.0
- psr/http-message: ^1.0
- quillstack/di: ^0.0.8
- quillstack/header-bag: ^0.0.3
- quillstack/validator-interface: ^0.0.2
Requires (Dev)
- quillstack/unit-tests: ^0.2.14
This package is auto-updated.
Last update: 2024-11-14 03:03:26 UTC
README
Quillstack Response is the response library which implements PSR-7: HTTP message interfaces and is based on PSR-17: HTTP Factories.
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_response sh