The HTTP Component


Keywords
http, psr-7, mibadger, badger
License
Apache-2.0

Documentation

Http

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 adviced to update immediately.

3.0.0

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