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 today

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

27

—

LowBetter than 47% of packages

Maintenance39

Infrequent updates — may be unmaintained

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

528d 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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[google/cloud-core

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

346132.9M112](/packages/google-cloud-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[anthropic-ai/sdk

Anthropic PHP SDK

163583.3k17](/packages/anthropic-ai-sdk)

PHPackages © 2026

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