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
Requires
- php: ^7.3 || ^8.0
- mibadger/enum: ^3.0
- mibadger/singleton: ^3.0
- psr/http-message: ^1.0
- ralouphie/getallheaders: ^3.0
Requires (Dev)
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: ^9.5
Provides
README
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