annotate vendor/ralouphie/getallheaders/README.md @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 129ea1e6d783
children
rev   line source
Chris@17 1 getallheaders
Chris@17 2 =============
Chris@17 3
Chris@17 4 PHP `getallheaders()` polyfill. Compatible with PHP >= 5.3.
Chris@17 5
Chris@17 6 [![Build Status](https://travis-ci.org/ralouphie/getallheaders.svg?branch=master)](https://travis-ci.org/ralouphie/getallheaders)
Chris@17 7 [![Coverage Status](https://coveralls.io/repos/ralouphie/getallheaders/badge.png?branch=master)](https://coveralls.io/r/ralouphie/getallheaders?branch=master)
Chris@17 8 [![Latest Stable Version](https://poser.pugx.org/ralouphie/getallheaders/v/stable.png)](https://packagist.org/packages/ralouphie/getallheaders)
Chris@17 9 [![Latest Unstable Version](https://poser.pugx.org/ralouphie/getallheaders/v/unstable.png)](https://packagist.org/packages/ralouphie/getallheaders)
Chris@17 10 [![License](https://poser.pugx.org/ralouphie/getallheaders/license.png)](https://packagist.org/packages/ralouphie/getallheaders)
Chris@17 11
Chris@17 12
Chris@17 13 This is a simple polyfill for [`getallheaders()`](http://www.php.net/manual/en/function.getallheaders.php).
Chris@17 14
Chris@17 15 ## Install
Chris@17 16
Chris@17 17 ```
Chris@17 18 composer require ralouphie/getallheaders
Chris@17 19 ```