quillstack / server-request
The request object based on PSR-7: HTTP messages, and with the main goal: to be simple and fast.
v0.0.4
2022-01-14 22:24 UTC
Requires
- php: ^8.0
- psr/http-factory: ^1.0
- psr/http-message: ^1.0
- quillstack/di: ^0.0.8
- quillstack/header-bag: ^0.0.3
- quillstack/http-request: ^0.0.1
- quillstack/parameter-bag: ^0.0.2
- quillstack/stream: ^0.0.2
- quillstack/uri: ^0.0.3
- quillstack/validator-interface: ^0.0.2
Requires (Dev)
- quillstack/unit-tests: ^0.2.15
This package is auto-updated.
Last update: 2024-11-15 04:45:29 UTC
README
Quillstack Server Request is the server request library which implements
PSR-7: HTTP message interfaces and is based on
PSR-17: HTTP Factories.
You can find the full documentation on the website:
https://quillstack.com/request
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_server-request sh