PHPackages                             urimanage/urimanage - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. urimanage/urimanage

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

urimanage/urimanage
===================

PSR-7 compliant URI manager to parse, modify and format

0.2.1(1y ago)0365PHPPHP &gt;=8.0CI failing

Since Dec 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/filecage/urimanage-php)[ Packagist](https://packagist.org/packages/urimanage/urimanage)[ RSS](/packages/urimanage-urimanage/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (5)Versions (4)Used By (0)

urimanage
=========

[](#urimanage)

A library to parse, format and modify URIs following the [PSR-7 URI interface](https://www.php-fig.org/psr/psr-7/%5D), with URL encoding according to RFC 3986.

Installation
------------

[](#installation)

Install via [composer](https://getcomposer.org):

```
composer require urimanage/urimanage

```

Simple Usage
------------

[](#simple-usage)

```
$uri = new \UriManage\Uri('https://github.com/filecage/urimanage');

echo $uri->getScheme();  // https
echo $uri->getHost();    // github.com
echo $uri->getPath();    // /filecage/urimanage
echo $uri->isAbsolute(); // true
```

Full API Reference
------------------

[](#full-api-reference)

For a full reference of all available methods supported by PSR-7, please [see here](https://github.com/php-fig/http-message/blob/efd67d1dc14a7ef4fc4e518e7dee91c271d524e4/docs/PSR7-Interfaces.md#psrhttpmessageuriinterface-methods).

### Additional methods

[](#additional-methods)

- `Uri::withPathAdded(string $path) : Uri` adds a path segment to the URI
- `Uri::isAbsolute() : bool` whether the URI is absolute (has scheme or authority) or not
- `Uri::getOriginalUri() : ?string` returns the original URI before any modifications

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance42

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

Total

3

Last Release

481d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/698854?v=4)[David](/maintainers/filecage)[@filecage](https://github.com/filecage)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/urimanage-urimanage/health.svg)

```
[![Health](https://phpackages.com/badges/urimanage-urimanage/health.svg)](https://phpackages.com/packages/urimanage-urimanage)
```

###  Alternatives

[google/cloud-core

Google Cloud PHP shared dependency, providing functionality useful to all components.

343121.4M79](/packages/google-cloud-core)[aimeos/aimeos-base

Aimeos base layer for abstracting from host environments

2.1k134.0k1](/packages/aimeos-aimeos-base)[phpgt/dom

Modern DOM API.

12412.2M18](/packages/phpgt-dom)[anthropic-ai/sdk

Anthropic PHP SDK

129134.7k5](/packages/anthropic-ai-sdk)[jaxon-php/jaxon-core

Jaxon is an open source PHP library for easily creating Ajax web applications

73142.3k25](/packages/jaxon-php-jaxon-core)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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