bdk/http-message

PSR-7 (HttpMessage) Implementation

v1.1 2023-12-18 05:07 UTC

This package is auto-updated.

Last update: 2024-03-25 21:00:12 UTC


README

PSR-7 (HttpMessage) Implementation

Notable features

  • Supported and tested on PHP 5.4 - 8.3
  • 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