bdk / http-message
PSR-7 (HttpMessage) Implementation
v1.0
2022-11-10 22:09 UTC
Requires
- php: >=5.4.0
- psr/http-message: ^1.0.1
Requires (Dev)
- phpunit/phpunit: >=4.8.35
- squizlabs/php_codesniffer: ^3.6
- symfony/http-foundation: >=2.8
Provides
README
PSR-7 (HttpMessage) Implementation
Notable features
- Supported and tested on PHP 5.4 - 8.2
- Preserves "." and space in query params (GET) and "parsedBody" (POST) keys.
UploadedFile::getClientFullPath()
. PHP 8.1 added a new file upload property (not included in PSR-7)- HttpFoundationBridge class to create ServerRequeset and Response from HttpFoundation request and response