PHPackages                             hcelebi/url-parser-tool - 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. hcelebi/url-parser-tool

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

hcelebi/url-parser-tool
=======================

Url Parser Tool

v1.0.2(10y ago)022PHP

Since Oct 16Pushed 10y ago1 watchersCompare

[ Source](https://github.com/hcelebi/url-parser-tool)[ Packagist](https://packagist.org/packages/hcelebi/url-parser-tool)[ RSS](/packages/hcelebi-url-parser-tool/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

\#URL Parser Tool

\###Example Usage

```
$url = "http://www.xxx.com/search/?k=word";
$urlType = new Url($url);

//Get query params as array
$query = $urlType->getQuery()->toArray();

//Get uri path
$path = $urlType->getPath();

//Update query param
$urlType->getQuery()->set("k" => "wordxx");
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

3914d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/28c4a8b1c1b12cefd169a784a3c2682ae535be0c9814adba6bfbada10a3420c9?d=identicon)[hakobe](/maintainers/hakobe)

---

Top Contributors

[![hcelebi](https://avatars.githubusercontent.com/u/172939?v=4)](https://github.com/hcelebi "hcelebi (6 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hcelebi-url-parser-tool/health.svg)

```
[![Health](https://phpackages.com/badges/hcelebi-url-parser-tool/health.svg)](https://phpackages.com/packages/hcelebi-url-parser-tool)
```

###  Alternatives

[webflo/drupal-finder

Helper class to locate a Drupal installation.

12655.9M240](/packages/webflo-drupal-finder)[laravel-zero/phar-updater

A thing to make PHAR self-updating easy and secure.

162.5M119](/packages/laravel-zero-phar-updater)

PHPackages © 2026

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