PHPackages                             ingenioz-it/http-message - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. ingenioz-it/http-message

ActiveProject[HTTP &amp; Networking](/categories/http)

ingenioz-it/http-message
========================

Implementation of PSR-7 HTTP Message Interfaces and PSR-17 HTTP Factories

v2.0.0(3y ago)2109↓50%[1 issues](https://github.com/IngeniozIT/psr-http-message/issues)1MITPHPPHP &gt;=8.2

Since Sep 22Pushed 3y ago1 watchersCompare

[ Source](https://github.com/IngeniozIT/psr-http-message)[ Packagist](https://packagist.org/packages/ingenioz-it/http-message)[ RSS](/packages/ingenioz-it-http-message/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (9)Versions (6)Used By (1)

PSR Message
===========

[](#psr-message)

An implementation of the [PSR-7](https://www.php-fig.org/psr/psr-7/) Http Message interfaces and the [PSR-17](https://www.php-fig.org/psr/psr-17/) Http Factories interfaces that focuses on code quality.

About
-----

[](#about)

InfoValueLatest release[![Packagist Version](https://camo.githubusercontent.com/09d83c8b4c80dad395a98ee4005d1531e94184dd35b6e05f3fc26f8860797cc7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e67656e696f7a2d69742f687474702d6d657373616765)](https://packagist.org/packages/ingenioz-it/http-message)Requires[![PHP from Packagist](https://camo.githubusercontent.com/b5c777c631f517a3ee5eca5a96a98c08ebb6897eca3e8c3b6b70ea25caa75082/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f696e67656e696f7a2d69742f687474702d6d6573736167652e737667)](https://camo.githubusercontent.com/b5c777c631f517a3ee5eca5a96a98c08ebb6897eca3e8c3b6b70ea25caa75082/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f696e67656e696f7a2d69742f687474702d6d6573736167652e737667)License[![Packagist](https://camo.githubusercontent.com/40c6ee94d475d8793c4902e487a4865e7d528b98f944c6a19bcdafa973695b13/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f696e67656e696f7a2d69742f687474702d6d657373616765)](https://camo.githubusercontent.com/40c6ee94d475d8793c4902e487a4865e7d528b98f944c6a19bcdafa973695b13/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f696e67656e696f7a2d69742f687474702d6d657373616765)Unit tests[![tests](https://github.com/IngeniozIT/psr-http-message/actions/workflows/1-tests.yml/badge.svg)](https://github.com/IngeniozIT/psr-http-message/actions/workflows/1-tests.yml)Code coverage[![Code Coverage](https://camo.githubusercontent.com/bbcb5f94c840f6e52084a49729faba8b6419574df14d44f553875c6e237e939e/68747470733a2f2f636f6465636f762e696f2f67682f496e67656e696f7a49542f7073722d687474702d6d6573736167652f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/IngeniozIT/psr-http-message)Code quality[![code-quality](https://github.com/IngeniozIT/psr-http-message/actions/workflows/2-code-quality.yml/badge.svg)](https://github.com/IngeniozIT/psr-http-message/actions/workflows/2-code-quality.yml)Quality tested with[phpunit](https://github.com/sebastianbergmann/phpunit), [phan](https://github.com/phan/phan), [psalm](https://github.com/vimeo/psalm), [phpcs](https://github.com/squizlabs/PHP_CodeSniffer), [phpstan](https://github.com/phpstan/phpstan), [phpmd](https://github.com/phpmd/phpmd), [infection](https://github.com/infection/infection)Installation
------------

[](#installation)

```
composer require ingenioz-it/http-message
```

Extra feature
-------------

[](#extra-feature)

This implementation strictly follows the PSR-7 and PSR-17 specifications, but it also provides one useful extra feature: the ability to create a `ServerRequest` from the global variables.

```
use IngeniozIT\Http\Message\ServerRequestFactory;

$factory = new ServerRequestFactory(/* ... */);
$serverRequest = $factory->fromGlobals($GLOBALS);
```

Full documentation
------------------

[](#full-documentation)

You can list all the available features by running

```
composer testdox
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~331 days

Total

5

Last Release

1096d ago

Major Versions

v1.3.0 → v2.0.02023-05-10

PHP version history (3 changes)v1.0.0PHP &gt;=7.3

v1.3.0PHP &gt;=7.4

v2.0.0PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/167b1b0644440255e02a195b70b29024f6dff62bf886c7450553dc13d354a95b?d=identicon)[Ingenioz IT](/maintainers/Ingenioz%20IT)

---

Top Contributors

[![IngeniozIT](https://avatars.githubusercontent.com/u/41050198?v=4)](https://github.com/IngeniozIT "IngeniozIT (91 commits)")

---

Tags

clean-codehttp-factorieshttp-messagephppsr-17psr-7httppsrpsr-7messagefactorypsr-17factories

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ingenioz-it-http-message/health.svg)

```
[![Health](https://phpackages.com/badges/ingenioz-it-http-message/health.svg)](https://phpackages.com/packages/ingenioz-it-http-message)
```

###  Alternatives

[psr/http-factory

PSR-17: Common interfaces for PSR-7 HTTP message factories

1.9k692.9M1.9k](/packages/psr-http-factory)[guzzlehttp/psr7

PSR-7 message implementation that also provides common utility methods

8.0k1.0B3.1k](/packages/guzzlehttp-psr7)[laminas/laminas-diactoros

PSR HTTP Message implementations

546105.8M963](/packages/laminas-laminas-diactoros)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28137.8k](/packages/phpro-http-tools)[vultr/vultr-php

The Official Vultr API PHP Wrapper.

2243.9k1](/packages/vultr-vultr-php)[chillerlan/php-httpinterface

A PSR-7/17/18 http message/client implementation

1417.1k5](/packages/chillerlan-php-httpinterface)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
