PHPackages                             hugoandrade/http-message-psr7 - 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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. hugoandrade/http-message-psr7

ActiveLibrary[PSR &amp; Standards](/categories/psr-standards)

hugoandrade/http-message-psr7
=============================

Implementation of PHP PSR-7

1.0.6(10mo ago)0221MITPHPPHP &gt;=8.0

Since May 23Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/hugoramosandrade/psr7)[ Packagist](https://packagist.org/packages/hugoandrade/http-message-psr7)[ RSS](/packages/hugoandrade-http-message-psr7/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (3)Versions (8)Used By (1)

Implementation of http-message PSR-7
====================================

[](#implementation-of-http-message-psr-7)

### Examples

[](#examples)

```
$serverRequest = new ServerRequest('POST', 'http://localhost:8000');

$body = $serverRequest->getParsedBody();
echo $body['name']; // display name field send from request
```

### Install

[](#install)

```
composer require hugoandrade/http-message-psr7
```

### Running tests

[](#running-tests)

```
composer test
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance54

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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 ~100 days

Total

5

Last Release

313d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d6c0e1a8c7539096dfa25ec5f8f314c63d893ef61ae93ea0f973a3280f29e6cd?d=identicon)[hugoramosandrade](/maintainers/hugoramosandrade)

---

Top Contributors

[![hugoramosandrade](https://avatars.githubusercontent.com/u/99200006?v=4)](https://github.com/hugoramosandrade "hugoramosandrade (39 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hugoandrade-http-message-psr7/health.svg)

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

###  Alternatives

[dragon-code/contracts

A set of contracts for any project

108.8M37](/packages/dragon-code-contracts)[charlesportwoodii/yii2-psr7-bridge

A PSR7 Bridge for Yii2

11232.1k1](/packages/charlesportwoodii-yii2-psr7-bridge)

PHPackages © 2026

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