PHPackages                             lee/url-tracker - 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. lee/url-tracker

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

lee/url-tracker
===============

Shorten Url Tracker

924PHP

Since Nov 16Pushed 3y ago1 watchersCompare

[ Source](https://github.com/peter279k/url-tracker)[ Packagist](https://packagist.org/packages/lee/url-tracker)[ RSS](/packages/lee-url-tracker/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

url-tracker
===========

[](#url-tracker)

[![build](https://github.com/peter279k/url-tracker/actions/workflows/build.yml/badge.svg)](https://github.com/peter279k/url-tracker/actions/workflows/build.yml)

Introduction
============

[](#introduction)

- It's for developers to track URL programmatically and avoid faking phishing URL with shorten URL.

Usage
=====

[](#usage)

- Using this library is simple. Firstly, installing the library with following command:

```
composer require lee/url-tracker

```

- Then using the following code to track URL easily:

```
require_once __DIR__ . '/vendor/autoload.php';

use Lee\Tracker;

$url = 'https://bit.ly/grpc-intro';
$trackedResult = Tracker::trackFromUrl($url); // ['https://bit.ly/grpc-intro', 'https://www.slideshare.net/williamyeh/grpc-238408172/williamyeh/grpc-238408172',]
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 Bus Factor1

Top contributor holds 75% 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.

### Community

Maintainers

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

---

Top Contributors

[![peter279k](https://avatars.githubusercontent.com/u/9021747?v=4)](https://github.com/peter279k "peter279k (3 commits)")[![AmraniCh](https://avatars.githubusercontent.com/u/49124992?v=4)](https://github.com/AmraniCh "AmraniCh (1 commits)")

### Embed Badge

![Health badge](/badges/lee-url-tracker/health.svg)

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

PHPackages © 2026

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