PHPackages                             horlarme/uriman - 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. horlarme/uriman

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

horlarme/uriman
===============

This library takes good care of URI or URL of a page.

1.0(9y ago)017Apache-2.0PHPPHP &gt;=5.0

Since Mar 18Pushed 9y ago1 watchersCompare

[ Source](https://github.com/horlarme/uriman)[ Packagist](https://packagist.org/packages/horlarme/uriman)[ RSS](/packages/horlarme-uriman/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

**HorlarME/uriman**
===================

[](#horlarmeuriman)

---

Github:

Description
-----------

[](#description)

---

**uriman** is a PHP library which is meant to manipulate the Uniform Resource Identifier (URI) of a particular web site or page. **uriman** is developed to work with all PHP versions.

Directory
---------

[](#directory)

File folder structure of uriman.

- uriman (folder)
    - src (folder)
        - uriman.php (file) The main class or program.
    - Vendor (folder) Composer Folder and File
- index.php (file) A test file to test the program, please delete before final production.

Usage
-----

[](#usage)

To start the library, include the main class using the code below

```
include_once "uriman/src/uriman.php";

```

Or you could just add the library directly to your app using [composer](https://packagist.org/packages/horlarme/uriman)

```
composer require horlarme/uriman

```

Example:

```
use uriman\uriman; //uriman namespace

$uri = new uriman; //Using the class file

```

Use the below code to start or instantiate uriman to get what it needs to function

```
$uri->start(); //Starting uriman

```

To get the full address of the current page

```
echo "My Address: " . $uri->address . "\n"; //Get the complete URL address of the current page

```

To get the value of a url/uri query

```
echo "The value for name: " . $uri->show("name") . "\n"; //Getting the value of a URI query

```

To edit a value of a uri query

$uri-&gt;edit("name", "Lawal Oladipupo");

The below code output the uri queries as an array

```
echo "";
print_r($uri->uri_array);
echo "";

```

The below code output the uri values as JSON format

```
echo "JSON Format:" . $uri->uri_json;

```

Note: Please this is the first production file, so there might be some issues and also, the script doesn't produce/provide any error notice, if it doesn't work, you'll have to debug manually.

Contact the developer:

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3430d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10419749?v=4)[Lawal Oladipupo](/maintainers/HorlarME)[@horlarme](https://github.com/horlarme)

---

Top Contributors

[![horlarme](https://avatars.githubusercontent.com/u/10419749?v=4)](https://github.com/horlarme "horlarme (5 commits)")

### Embed Badge

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

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

###  Alternatives

[fakerphp/faker

Faker is a PHP library that generates fake data for you.

4.0k401.1M5.0k](/packages/fakerphp-faker)[phpspec/php-diff

A comprehensive library for generating differences between two hashable objects (strings or arrays).

36162.4M91](/packages/phpspec-php-diff)

PHPackages © 2026

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