ralouphie / getallheaders
A polyfill for getallheaders.
Installs: 627 553 656
Dependents: 88
Suggesters: 1
Security: 0
Stars: 3 749
Watchers: 13
Forks: 35
Open Issues: 2
Requires
- php: >=5.6
Requires (Dev)
- php-coveralls/php-coveralls: ^2.1
- phpunit/phpunit: ^5 || ^6.5
This package is auto-updated.
Last update: 2024-10-08 22:04:04 UTC
README
PHP getallheaders()
polyfill. Compatible with PHP >= 5.3.
This is a simple polyfill for getallheaders()
.
Install
For PHP version >= 5.6
:
composer require ralouphie/getallheaders
For PHP version < 5.6
:
composer require ralouphie/getallheaders "^2"