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

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

hnv/psr-http-uri
================

PSR-7 URI implementation package

2.1.5(3y ago)015PHPPHP 8.1.\*

Since Jan 17Pushed 3y ago1 watchersCompare

[ Source](https://github.com/HvorostenkoNV/psr-http-uri)[ Packagist](https://packagist.org/packages/hnv/psr-http-uri)[ RSS](/packages/hnv-psr-http-uri/feed)WikiDiscussions 1.x Synced 1mo ago

READMEChangelogDependencies (24)Versions (18)Used By (0)

PSR URI pack
============

[](#psr-uri-pack)

### build and up all containers

[](#build-and-up-all-containers)

```
cd docker
docker-compose up -d

```

### installation

[](#installation)

###### go into PHP container

[](#go-into-php-container)

```
cd docker
docker exec -it psr-http-uri-php sh

```

###### run composer

[](#run-composer)

```
composer install

```

### hotkeys

[](#hotkeys)

###### up all containers and get into php container

[](#up-all-containers-and-get-into-php-container)

```
./up.sh

```

###### down all containers

[](#down-all-containers)

```
./down.sh

```

### creating SSH connection to docker PHP container

[](#creating-ssh-connection-to-docker-php-container)

- go to File | Settings | Tools | SSH Configurations
- add new connection with parameters
    - host : 10.10.1.2 (set in docker/docker-compose.yml file)
    - port : 22
    - user : root
    - password : root

### adding PHP CLI interpreter

[](#adding-php-cli-interpreter)

- go to File | Settings | PHP
- CLI Interpreters -&gt; add new with parameters
    - SSH configuration: set added before
    - PHP executable: /usr/local/bin/php (can be known by running "which php" in command line inside PHP container)
- Path mapping -&gt; add new with parameters
    - Local path : PHPStorm project root
    - Remote path : /var/www/html

### register tests framework

[](#register-tests-framework)

- go to File | Settings | PHP | Test Frameworks
- add new configuration type (PHPUnit Local)
    - Use composer autoloader
    - Path to script : local path to composer autoloader file (autoload.php)

### create PHPUnit run configuration

[](#create-phpunit-run-configuration)

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

### RUNNING TESTS

[](#running-tests)

- fire Run | Run
- read

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

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

Recently: every ~12 days

Total

16

Last Release

1277d ago

Major Versions

1.x-dev → 2.0.02022-07-03

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

2.0.0PHP &gt;=8.1

2.0.3PHP 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 (29 commits)")

---

Tags

psr-7uri

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[guzzlehttp/psr7

PSR-7 message implementation that also provides common utility methods

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

URI manipulation library

1.1k206.4M276](/packages/league-uri)[league/uri-interfaces

Common tools for parsing and resolving RFC3987/RFC3986 URI

538204.9M23](/packages/league-uri-interfaces)[crwlr/url

Swiss Army knife for URLs.

11073.3k3](/packages/crwlr-url)[riimu/kit-urlparser

RFC 3986 compliant url parsing library with PSR-7 Uri component

33565.4k2](/packages/riimu-kit-urlparser)[pdeans/http

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

1466.2k3](/packages/pdeans-http)

PHPackages © 2026

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