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

ActiveLibrary

seffeng/url-helper
==================

PHP extension url helper

v0.1.1(1y ago)01.6k↓100%1MITPHPPHP &gt;=7.1

Since Aug 25Pushed 1y ago1 watchersCompare

[ Source](https://github.com/seffeng/php-url-helper)[ Packagist](https://packagist.org/packages/seffeng/url-helper)[ Docs](https://github.com/seffeng/php-url-helper)[ RSS](/packages/seffeng-url-helper/feed)WikiDiscussions main Synced 1mo ago

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

PHP Helpers
-----------

[](#php-helpers)

### 安装

[](#安装)

```
# 安装
$ composer require seffeng/url-helper
```

### 目录说明

[](#目录说明)

```
|---src
|   |   Url.php
|   |---Traits
|           UrlTrait.php
|---tests
|       UrlTest.php

```

### 示例

[](#示例)

```
/**
 * TestController.php
 * 示例
 */
namespace App\Http\Controllers;

use Seffeng\UrlHelper\Url;

class TestController extends Controller
{
    public function index()
    {
        $url = 'https://www.1kmi.com/view/2.php';
        print_r(Url::parseUrl($url));
    }
}
```

### 备注

[](#备注)

1、更多示例请参考 tests 目录下测试文件。

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

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

Total

2

Last Release

656d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/30b3d8cc986a1ad37a55169b11812fea1cae31430dd8dbe1b3436dc58cc885bd?d=identicon)[seffeng](/maintainers/seffeng)

---

Top Contributors

[![seffeng](https://avatars.githubusercontent.com/u/3509779?v=4)](https://github.com/seffeng "seffeng (2 commits)")

---

Tags

urlphplaravelhelperslumenseffeng

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laracrafts/laravel-url-shortener

Powerful URL shortening tools in Laravel

97110.7k](/packages/laracrafts-laravel-url-shortener)[matchory/elasticsearch

The missing elasticsearch ORM for Laravel!

3059.0k](/packages/matchory-elasticsearch)[wxm/pdd-sdk

拼多多 SDK 封装, 调用简单、语义化增强。支持 Laravel/Lumen。

154.7k](/packages/wxm-pdd-sdk)

PHPackages © 2026

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