PHPackages                             ngophuongtuan/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ngophuongtuan/url\_helper

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

ngophuongtuan/url\_helper
=========================

url helper php

v1.0.2(8y ago)013PHPPHP &gt;=5.6

Since Nov 2Pushed 8y agoCompare

[ Source](https://github.com/TinyPoro/NPTuan)[ Packagist](https://packagist.org/packages/ngophuongtuan/url_helper)[ RSS](/packages/ngophuongtuan-url-helper/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Install
=======

[](#install)

```
$ composer require ngophuongtuan/url_helper
```

Usage
=====

[](#usage)

Use namespace Acme\\urlHelper to include urlHelper class.

```
use Acme\urlHelper;

$url= new urlHelper();
```

Check valid url.

```
$url->check($url);   				//return true if the $url is valid
```

Connect a url and a path

```
$url->connect("$url", "$path");		//connect the $url with $path to a new string url
```

Get info of an url.

```
$info = $url->getInfo("$url");

$protocol = $info['protocol'];		//get the protocol
$port = $info['port'];				//get the port
$domain = $info['domain'];			//get the domain
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

3

Last Release

3111d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f95c3d5b7647817cfac08d2eb6ca95cb81807e6d17c954b8dca48425d0c47d42?d=identicon)[TinyPoro](/maintainers/TinyPoro)

---

Top Contributors

[![TinyPoro](https://avatars.githubusercontent.com/u/20787476?v=4)](https://github.com/TinyPoro "TinyPoro (17 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[joaopaulolndev/filament-world-clock

Show hours around the world by timezone

3111.9k](/packages/joaopaulolndev-filament-world-clock)[humanmade/lottie-lite

A lightweight Lottie Animations Extension for WordPress

374.3k](/packages/humanmade-lottie-lite)

PHPackages © 2026

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