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 3d 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 27% 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

2227d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/790244eef340466c4d4567fdfbeb320fea9d972f0f66dedc2eabc94c28bf5c4e?d=identicon)[Savin-Igor](/maintainers/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

[cybercog/laravel-optimus

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

192564.1k](/packages/cybercog-laravel-optimus)[laracrafts/laravel-url-shortener

Powerful URL shortening tools in Laravel

97110.7k](/packages/laracrafts-laravel-url-shortener)[prologue/support

Prologue Support is an extension for Illuminate Support

1616.8k](/packages/prologue-support)

PHPackages © 2026

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