maksimovic / getallheaders
A polyfill for getallheaders.
4.0.0
2023-08-22 21:49 UTC
Requires
- php: ^5.3 | ^7.0 | ^8.0
Requires (Dev)
- phpunit/phpunit: ^4.0 | ^5.0 | ^8.5 | ^9.5
This package is auto-updated.
Last update: 2024-11-23 00:45:22 UTC
README
This is a fork of https://github.com/ralouphie/getallheaders but with up-to-date CI runs and test coverage for PHP 7.0 -> 8.2
PHP getallheaders()
polyfill. Compatible with PHP >= 5.3. Tested with >=7.0
This is a simple polyfill for getallheaders()
.
Install
For PHP version >= 5.6
:
composer require maksimovic/getallheaders
For PHP version < 5.6
:
composer require maksimovic/getallheaders "^1.0.0"