HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: //usr/share/doc/php-fig-http-message-util/README.md
# PSR Http Message Util

This repository holds utility classes and constants to facilitate common
operations of [PSR-7](https://www.php-fig.org/psr/psr-7/); the primary purpose is
to provide constants for referring to request methods, response status codes and
messages, and potentially common headers.

Implementation of PSR-7 interfaces is **not** within the scope of this package.

## Installation

Install by adding the package as a [Composer](https://getcomposer.org)
requirement:

```bash
$ composer require fig/http-message-util
```