Chris@17: getallheaders Chris@17: ============= Chris@17: Chris@17: PHP `getallheaders()` polyfill. Compatible with PHP >= 5.3. Chris@17: Chris@17: [![Build Status](https://travis-ci.org/ralouphie/getallheaders.svg?branch=master)](https://travis-ci.org/ralouphie/getallheaders) Chris@17: [![Coverage Status](https://coveralls.io/repos/ralouphie/getallheaders/badge.png?branch=master)](https://coveralls.io/r/ralouphie/getallheaders?branch=master) Chris@17: [![Latest Stable Version](https://poser.pugx.org/ralouphie/getallheaders/v/stable.png)](https://packagist.org/packages/ralouphie/getallheaders) Chris@17: [![Latest Unstable Version](https://poser.pugx.org/ralouphie/getallheaders/v/unstable.png)](https://packagist.org/packages/ralouphie/getallheaders) Chris@17: [![License](https://poser.pugx.org/ralouphie/getallheaders/license.png)](https://packagist.org/packages/ralouphie/getallheaders) Chris@17: Chris@17: Chris@17: This is a simple polyfill for [`getallheaders()`](http://www.php.net/manual/en/function.getallheaders.php). Chris@17: Chris@17: ## Install Chris@17: Chris@17: ``` Chris@17: composer require ralouphie/getallheaders Chris@17: ```