krz/vox-populi
A Tumblr web client.
clone: git clone https://gitbay.org/krz/vox-populi.git
main: vendor/ralouphie/getallheaders/README.md · raw
1getallheaders
2=============
3
4PHP `getallheaders()` polyfill. Compatible with PHP >= 5.3.
5
6[](https://travis-ci.org/ralouphie/getallheaders)
7[](https://coveralls.io/r/ralouphie/getallheaders?branch=master)
8[](https://packagist.org/packages/ralouphie/getallheaders)
9[](https://packagist.org/packages/ralouphie/getallheaders)
10[](https://packagist.org/packages/ralouphie/getallheaders)
11
12
13This is a simple polyfill for [`getallheaders()`](http://www.php.net/manual/en/function.getallheaders.php).
14
15## Install
16
17For PHP version **`>= 5.6`**:
18
19```
20composer require ralouphie/getallheaders
21```
22
23For PHP version **`< 5.6`**:
24
25```
26composer require ralouphie/getallheaders "^2"
27```