mibadger / http
The HTTP Component
Installs: 1 090
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
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