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 yesterday

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

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

[johnbillion/extended-cpts

A library which provides extended functionality to WordPress custom post types and taxonomies.

1.0k1.8M48](/packages/johnbillion-extended-cpts)[wire-elements/spotlight

Livewire component that provides Spotlight/Alfred-like functionality to your Laravel application.

944958.2k3](/packages/wire-elements-spotlight)[geerlingguy/ping

A PHP class to ping hosts.

4922.1M15](/packages/geerlingguy-ping)[eo/passbook

iOS Passbook for PHP

2651.6M2](/packages/eo-passbook)[infusionsoft/php-sdk

PHP SDK for the Infusionsoft

1292.1M7](/packages/infusionsoft-php-sdk)[symbiote/silverstripe-gridfieldextensions

A collection of useful grid field components

971.8M235](/packages/symbiote-silverstripe-gridfieldextensions)

PHPackages © 2026

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