ralouphie/getallheaders
A polyfill for getallheaders.
Maintainers
3.0.3
2019-03-08 08:55 UTC
Requires
- php: >=5.6
Requires (Dev)
- php-coveralls/php-coveralls: ^2.1
- phpunit/phpunit: ^5 || ^6.5
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 120b605dfeb996808c31b6477290a714d356e822
- Ralph Khattar <ralph.khattar.woop@gmail.com>
This package is auto-updated.
Last update: 2026-06-09 01:30:35 UTC
README
PHP getallheaders() polyfill. Compatible with PHP >= 5.3.
👁 Build Status
👁 Coverage Status
👁 Latest Stable Version
👁 Latest Unstable Version
👁 License
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"
