bdk/http-message

PSR-7 (HttpMessage) Implementation

v1.0 2022-11-10 22:09 UTC

This package is auto-updated.

Last update: 2023-05-21 04:39:52 UTC


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

Tests / Quality

Supported PHP versions Build Status Maintainability Coverage