mibadger/http

This package is abandoned and no longer maintained. No replacement package was suggested.

The HTTP Component

v5.0.0 2021-08-12 13:12 UTC

This package is auto-updated.

Last update: 2022-11-19 17:10:25 UTC


README

Build Status Code Coverage Scrutinizer Code Quality SensioLabsInsight

The HTTP Component.

PSR-7

This package implements the PSR-7 HTTP message interfaces so you can easily swap this package with other PSR-7 compatible package. Check the official PHP Framework Interop Group website for information about the PSR recommendations.

Changelog

4.0.0

  • php requirement changed to 7.3.
  • version 3.0.x can be considered broken when using php < 7.3, and it is advised to update immediately.

3.0.0

  • Adding utf-8 support
  • getParsedBody now always returns a nested array structure