https://github.com/php-fig/http-message-util
https://github.com/php-fig/http-message-util
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/php-fig/http-message-util
- Owner: php-fig
- License: mit
- Created: 2016-08-04T17:26:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-21T17:34:58.000Z (about 3 years ago)
- Last Synced: 2025-06-01T09:18:09.879Z (8 months ago)
- Language: PHP
- Size: 23.4 KB
- Stars: 384
- Watchers: 17
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```