PHPackages                             venkatesh-kcet/url\_analyzer - 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. venkatesh-kcet/url\_analyzer

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

venkatesh-kcet/url\_analyzer
============================

Extracts useful data from urls (domain, subdomains, top level ...)

V1.0.0(3y ago)29MITPHP

Since Apr 22Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Venkatesh-KCET/url_analyzer)[ Packagist](https://packagist.org/packages/venkatesh-kcet/url_analyzer)[ RSS](/packages/venkatesh-kcet-url-analyzer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Extracts useful data from urls (domain, subdomains, top level ...)
==================================================================

[](#extracts-useful-data-from-urls-domain-subdomains-top-level-)

```
# Tested with:
# PHP 8
# ubuntu 22.04

composer require venkatesh-kcet/url_analyzer

require_once __DIR__ . '/vendor/autoload.php';
use VenkateshKcet\UrlAnalyzer\index;
$url_analyzer = new index();

$df = $url_analyzer->get_all_links_from_html("https://github.com/hansalemaos/getevent_sendevent", '...');

$df = $url_analyzer->get_all_links_from_url("https://github.com/hansalemaos/getevent_sendevent");
print_r($df);

$allurls = [
    "https://gist.github.com/",
    "https://pypi.org/project/window2video/",
    "https://github.dev/",
    "https://docs.github.com/articles/which-remote-url-should-i-use",
    "https://cli.github.com/",
    "x-github-client://openRepo/https://github.com/hansalemaos/window2video",
    "https://desktop.github.com/",
    "https://developer.apple.com/xcode/",
    "/window2video/main/LICENSE",
    "/window2video/main/README.MD",
    "/window2video/main/__init__.py",
    "/window2video/main/requirements.txt",
    "/window2video/main/thirdparty.json",
    "https://docs.github.com/en/github/site-policy/github-terms-of-service",
    "https://docs.github.com/en/github/site-policy/github-privacy-statement",
    "https://www.githubstatus.com/",
    "https://docs.github.com/",
    "https://support.github.com/?tags=dotcom-footer",
    "https://services.github.com/",
    "https://github.blog/",
];
$df2 = $url_analyzer->get_url_df($allurls, "https://raw.githubusercontent.com/hansalemaos/");

print_r($df2);
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

1115d ago

Major Versions

v0.0.1 → V1.0.02023-04-23

### Community

Maintainers

![](https://www.gravatar.com/avatar/1348459282dc464863b1e4a918eaadf04ea8f11da6d7ddde15dda6809daf7147?d=identicon)[venkatesh-kcet](/maintainers/venkatesh-kcet)

---

Top Contributors

[![Venkatesh-KCET](https://avatars.githubusercontent.com/u/76198059?v=4)](https://github.com/Venkatesh-KCET "Venkatesh-KCET (13 commits)")

---

Tags

urlphpcomposeranalyzercomposer-packageExtracts URLS

### Embed Badge

![Health badge](/badges/venkatesh-kcet-url-analyzer/health.svg)

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

###  Alternatives

[liborm85/composer-vendor-cleaner

Composer Vendor Cleaner removes unnecessary development files and directories from vendor directory.

35342.7k1](/packages/liborm85-composer-vendor-cleaner)[camcima/php-geohash

Refactored GeoHash package

1074.0k](/packages/camcima-php-geohash)

PHPackages © 2026

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