maksimovic/getallheaders

A polyfill for getallheaders.

Maintainers

Package info

github.com/maksimovic/getallheaders

pkg:composer/maksimovic/getallheaders

Statistics

Installs: 14

Dependents: 0

Suggesters: 0

Stars: 0

4.0.1 2026-04-11 08:00 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.5

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"