PHP 8.3.30
Preview: README.md Size: 1.06 KB
/home/getspomw/itechservicellc.com/vendor/ralouphie/getallheaders/README.md

getallheaders
=============

PHP `getallheaders()` polyfill. Compatible with PHP >= 5.3.

[![Build Status](https://travis-ci.org/ralouphie/getallheaders.svg?branch=master)](https://travis-ci.org/ralouphie/getallheaders)
[![Coverage Status](https://coveralls.io/repos/ralouphie/getallheaders/badge.png?branch=master)](https://coveralls.io/r/ralouphie/getallheaders?branch=master)
[![Latest Stable Version](https://poser.pugx.org/ralouphie/getallheaders/v/stable.png)](https://packagist.org/packages/ralouphie/getallheaders)
[![Latest Unstable Version](https://poser.pugx.org/ralouphie/getallheaders/v/unstable.png)](https://packagist.org/packages/ralouphie/getallheaders)
[![License](https://poser.pugx.org/ralouphie/getallheaders/license.png)](https://packagist.org/packages/ralouphie/getallheaders)


This is a simple polyfill for [`getallheaders()`](http://www.php.net/manual/en/function.getallheaders.php).

## Install

For PHP version **`>= 5.6`**:

```
composer require ralouphie/getallheaders
```

For PHP version **`< 5.6`**:

```
composer require ralouphie/getallheaders "^2"
```

Directory Contents

Dirs: 1 × Files: 3

Name Size Perms Modified Actions
src DIR
- drwxr-xr-x 2025-11-18 19:24:08
Edit Download
465 B lrw-r--r-- 2025-10-28 20:23:28
Edit Download
1.05 KB lrw-r--r-- 2025-10-28 20:23:28
Edit Download
1.06 KB lrw-r--r-- 2025-10-28 20:23:28
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).