PHPackages                             lantern-lighthouse/urlser - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. lantern-lighthouse/urlser

ActiveLibrary[HTTP &amp; Networking](/categories/http)

lantern-lighthouse/urlser
=========================

Functions useful for parsing URLs into tags

1.1.4(3mo ago)04GPL-3.0PHPPHP &gt;=8.1

Since Jan 29Pushed 3mo agoCompare

[ Source](https://github.com/Lantern-Lighthouse/URLser)[ Packagist](https://packagist.org/packages/lantern-lighthouse/urlser)[ RSS](/packages/lantern-lighthouse-urlser/feed)WikiDiscussions The-Unresolved Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

URLser
======

[](#urlser)

Functions useful for parsing URLs into tags.

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

[](#installation)

```
composer require lantern-lighthouse/urlser
```

Usage
-----

[](#usage)

### Parsing URL to Domain and Subdomain

[](#parsing-url-to-domain-and-subdomain)

```
use URLser\URLser;

foreach (array_map("strtolower", URLser::parse_domain("https://github.com/Lantern-Lighthouse/URLser")) as $tag)
{
	// ...
}
```

### Get Page Name

[](#get-page-name)

```
$pgName = URLser::get_page_name("https://github.com/Lantern-Lighthouse/URLser"); // Set the value to "Lantern-Lighthouse/URLser"
```

Requirements
------------

[](#requirements)

- PHP 8.1 or higher

License
-------

[](#license)

GPL-3.0 License

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance80

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

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

Every ~0 days

Total

2

Last Release

108d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

httpurlparsertagsdomains

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lantern-lighthouse-urlser/health.svg)

```
[![Health](https://phpackages.com/badges/lantern-lighthouse-urlser/health.svg)](https://phpackages.com/packages/lantern-lighthouse-urlser)
```

###  Alternatives

[guzzlehttp/psr7

PSR-7 message implementation that also provides common utility methods

8.0k1.0B3.2k](/packages/guzzlehttp-psr7)[league/uri

URI manipulation library

1.1k206.4M277](/packages/league-uri)[league/uri-interfaces

Common tools for parsing and resolving RFC3987/RFC3986 URI

538204.9M23](/packages/league-uri-interfaces)[nette/http

🌐 Nette Http: abstraction for HTTP request, response and session. Provides careful data sanitization and utility for URL and cookies manipulation.

48619.2M541](/packages/nette-http)[riverline/multipart-parser

One class library to parse multipart content with encoding and charset support.

17057.4M55](/packages/riverline-multipart-parser)[jbzoo/utils

Collection of PHP functions, mini classes and snippets for everyday developer's routine life.

8321.5M36](/packages/jbzoo-utils)

PHPackages © 2026

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