PHPackages                             hnv/psr-http-uploaded-file - 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-uploaded-file

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

hnv/psr-http-uploaded-file
==========================

PSR-7 uploaded file implementation package

2.1.3(3y ago)012PHP 8.1.\*

Since Jan 27Pushed 3y ago1 watchersCompare

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

READMEChangelogDependencies (25)Versions (9)Used By (0)

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

actions plan:
 - get remote PHP server
 - drag all project dependencies
 - configure our IDE (PHPStorm) to use remote PHP server and run tests
 - run tests and be sure all tests are pathing

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

project composer installation with docker:
 - view current docker containers list
   $ docker container ls
 - connect to current compose PHP container
   $ docker exec -it ${CONTAINER_ID} sh
 - use composer
   $ composer install/update

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

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

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

Recently: every ~22 days

Total

8

Last Release

1277d ago

Major Versions

1.x-dev → 2.0.02022-07-09

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

1.x-devPHP 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-7uploaded file

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[guzzlehttp/psr7

PSR-7 message implementation that also provides common utility methods

8.0k1.0B3.1k](/packages/guzzlehttp-psr7)[psr/http-message

Common interface for HTTP messages

7.1k1.0B5.5k](/packages/psr-http-message)[psr/http-factory

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

1.9k692.9M1.9k](/packages/psr-http-factory)[symfony/psr-http-message-bridge

PSR HTTP message bridge

1.3k296.6M804](/packages/symfony-psr-http-message-bridge)[php-http/message

HTTP Message related tools

1.3k263.9M678](/packages/php-http-message)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)

PHPackages © 2026

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