PHPackages                             ailixter/gears-url - 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. ailixter/gears-url

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

ailixter/gears-url
==================

Description of project Gears.URL.

0.1.1(6y ago)00MITPHP

Since Nov 19Pushed 6y ago1 watchersCompare

[ Source](https://github.com/ailixter/gears-url)[ Packagist](https://packagist.org/packages/ailixter/gears-url)[ RSS](/packages/ailixter-gears-url/feed)WikiDiscussions master Synced 2mo ago

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

gears-url
=========

[](#gears-url)

Yet another URL class implementation.

```
$url = new URL('http://httpbin.org/get');
$url->setQueryParam('p', 'test');
echo $url->path;
print_r($url->query);
$url->path = 'post';
echo $url;
```

```
echo (new URL)
  ->setScheme('http')
  ->setHost('httpbin.org')
  ->setQuery(['p' -> 'test'])
  ;
```

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Total

2

Last Release

2459d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d75f48a062262cb8bb0e9b241ec74bc7363ed041c9eba8fd40d36e7fd3e52ca5?d=identicon)[ailixter](/maintainers/ailixter)

---

Top Contributors

[![ailixter](https://avatars.githubusercontent.com/u/8529462?v=4)](https://github.com/ailixter "ailixter (17 commits)")

---

Tags

componentphpurl

### Embed Badge

![Health badge](/badges/ailixter-gears-url/health.svg)

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

###  Alternatives

[acquia/drupal-environment-detector

Provides common methods for detecting the current Acquia environment

105.9M19](/packages/acquia-drupal-environment-detector)[te7a-houdini/laroute

Access Laravels URL/Route helper functions, from JavaScript.

33512.1k](/packages/te7a-houdini-laroute)[php-tui/cassowary

Cassowary constraint solving algorithm implementation

21759.9k1](/packages/php-tui-cassowary)

PHPackages © 2026

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