PHPackages                             phabloraylan/add-get-param-to-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. phabloraylan/add-get-param-to-url

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

phabloraylan/add-get-param-to-url
=================================

Manipulate a url string by adding GET parameters.

1.0.0(6y ago)013MITPHP

Since Aug 14Pushed 6y ago1 watchersCompare

[ Source](https://github.com/phabloraylan/add-get-param-to-url)[ Packagist](https://packagist.org/packages/phabloraylan/add-get-param-to-url)[ RSS](/packages/phabloraylan-add-get-param-to-url/feed)WikiDiscussions master Synced today

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

Manipulate a url string by adding GET parameters.

### Installation

[](#installation)

```
$ composer require phabloraylan/add-get-param-to-url
```

### Using

[](#using)

```

  use AddGetParamToUrl\URL;

  $url = 'http://localhost';

  $params = [
      'name1' => 'value1',
      'name2' => 'value2',
  ];

  $r_url = URL::addGetParamToUrl($url, $params);

  echo $r_url;
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

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

2463d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/21280189?v=4)[Phablo Raylan](/maintainers/phabloraylan)[@phabloraylan](https://github.com/phabloraylan)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/phabloraylan-add-get-param-to-url/health.svg)

```
[![Health](https://phpackages.com/badges/phabloraylan-add-get-param-to-url/health.svg)](https://phpackages.com/packages/phabloraylan-add-get-param-to-url)
```

###  Alternatives

[spatie/laravel-menu

Html menu generator for Laravel

9812.8M10](/packages/spatie-laravel-menu)[spatie/laravel-flash

A lightweight package to flash messages

6631.8M16](/packages/spatie-laravel-flash)[symfony/ux-vue

Integration of Vue.js in Symfony

35834.3k4](/packages/symfony-ux-vue)

PHPackages © 2026

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