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

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

savin/url
=========

Thin wrapper over the library sabre/uri

v1.0(6y ago)06MITPHPPHP ^7.0

Since Apr 9Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Savin-Igor/savin-url)[ Packagist](https://packagist.org/packages/savin/url)[ Docs](https://github.com/Savin-Igor/savin-url)[ RSS](/packages/savin-url/feed)WikiDiscussions master Synced 2w ago

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

Url
===

[](#url)

A thin wrapper over the library sabre/uri, package for framework Laravel

Installation
------------

[](#installation)

Via Composer

```
$ composer require savin/url
```

Usage
-----

[](#usage)

```

    $url = Url::parse('https://www.google.com/search?q=curent+time');

    var_dump($url);

    /*
        array(7) {
          ["scheme"]=>
          string(5) "https"
          ["host"]=>
          string(14) "www.google.com"
          ["path"]=>
          string(7) "/search"
          ["query"]=>
          string(13) "q=curent+time"
          ["port"]=>
          NULL
          ["user"]=>
          NULL
          ["fragment"]=>
          NULL
        }
    */

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

2273d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/18176162?v=4)[Igors Savins](/maintainers/Savin-Igor)[@Savin-Igor](https://github.com/Savin-Igor)

---

Top Contributors

[![Savin-Igor](https://avatars.githubusercontent.com/u/18176162?v=4)](https://github.com/Savin-Igor "Savin-Igor (5 commits)")

---

Tags

urllaravelhelpersutiltools

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[cybercog/laravel-optimus

An Optimus bridge for Laravel. Id obfuscation based on Knuth's multiplicative hashing method.

193573.4k](/packages/cybercog-laravel-optimus)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.2k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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