PHPackages                             hnv/psr-http-stream - 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. hnv/psr-http-stream

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

hnv/psr-http-stream
===================

PSR-7 URI implementation package

2.0.8(3y ago)0241ShellPHP 8.1.\*

Since Jan 17Pushed 3y ago1 watchersCompare

[ Source](https://github.com/HvorostenkoNV/psr-http-stream)[ Packagist](https://packagist.org/packages/hnv/psr-http-stream)[ RSS](/packages/hnv-psr-http-stream/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (24)Versions (17)Used By (1)

```
requirements:
 - docker
 - docker compose
 - PHPStorm

actions plan:
 - drag all project dependencies (PHPUnit includes)
 - get remote PHP server (no WEB server needs)
 - configure our IDE (PHPStorm) to use remote PHP server and run tests
 - run tests and be sure all tests path

project composer installation with docker:
 - go into project root
 - use docker composer container, running:
   $ docker run \
     --rm \
     --interactive \
     --tty \
     --volume $PWD:/app \
     composer install

getting remote PHP server:
 - go into project root
 - edit .env, if it needs
 - up containers, running:
   $ docker-compose up -d
 - check them, running:
   $ docker container ls

PHPStorm configure (register remote PHP server SSH connection):
 - go to File | Settings | Tools | SSH Configurations -> add new
 - docker is on host machine case:
       Host         : 0.0.0.0
       Port         : ${parameter from .env file}
       User name    : root
       Password     : root
 - docker is on virtual machine with NAT network case:
       add ports rule on VM
           Host         : PHP server virtual host, for example 127.0.0.10
           Host port    : PHP server virtual SSH port, for example 33
           Guest port   : ${parameter from .env file}

       Host         : PHP server virtual host, added into VM ports rules
       Port         : PHP server virtual SSH port, added into VM ports rules
       User name    : root
       Password     : root

PHPStorm configure (add remote interpreter):
 - go to File | Settings | Languages & Frameworks | PHP -> CLI Interpreters
 - add new, using SSH connection, added before

PHPStorm configure (add PHPUnit run configuration):
 - go to Run | Edit Configurations
 - add new, using PHPUnit template
 - parameters:
       Test scope   : Directory
       Directory    : local path to project "tests" directory
       Interpreter  : PHP remote interpreter, added before

running tests:
 - fire Run | Run
 - read
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity70

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

Recently: every ~22 days

Total

16

Last Release

1331d ago

Major Versions

1.x-dev → 2.0.02022-07-06

PHP version history (2 changes)1.0.0PHP &gt;=8.0

2.0.0PHP 8.1.\*

### Community

Maintainers

![](https://www.gravatar.com/avatar/70e236ee2eb796714e92a136a14a6601d2770b580203db014f49466cd3fd22e0?d=identicon)[HvorostenkoNV](/maintainers/HvorostenkoNV)

---

Top Contributors

[![HvorostenkoNV](https://avatars.githubusercontent.com/u/20739022?v=4)](https://github.com/HvorostenkoNV "HvorostenkoNV (1 commits)")

---

Tags

psr-7stream

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/hnv-psr-http-stream/health.svg)

```
[![Health](https://phpackages.com/badges/hnv-psr-http-stream/health.svg)](https://phpackages.com/packages/hnv-psr-http-stream)
```

###  Alternatives

[guzzlehttp/psr7

PSR-7 message implementation that also provides common utility methods

8.0k1.1B3.9k](/packages/guzzlehttp-psr7)[genkgo/archive-stream

Stream a ZIP file (memory efficient) as a PSR-7 message

3064.7k](/packages/genkgo-archive-stream)[pdeans/http

PSR-7 cURL HTTP client with support for PSR-17 HTTP factories.

1466.5k3](/packages/pdeans-http)

PHPackages © 2026

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