maksimovic / getallheaders
A polyfill for getallheaders.
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 35
pkg:composer/maksimovic/getallheaders
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: 2025-10-23 03:01:45 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"