maksimovic/getallheaders

A polyfill for getallheaders.

4.0.0 2023-08-22 21:49 UTC

This package is auto-updated.

Last update: 2024-05-22 23:39:34 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

build_status codecov License

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"