PHPackages                             shadercloud/linktrackinghistory - 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. shadercloud/linktrackinghistory

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

shadercloud/linktrackinghistory
===============================

Keep a record of all the pages a user has visited in their session

07PHP

Since Jul 16Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/Shadercloud/linktrackinghistory)[ Packagist](https://packagist.org/packages/shadercloud/linktrackinghistory)[ RSS](/packages/shadercloud-linktrackinghistory/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Link Tracking History
=============================

[](#laravel-link-tracking-history)

[![Latest Version on Packagist](https://camo.githubusercontent.com/852a5e2ee103e49d591a281553f59f772622c9f6831fb03c16f5b873b46b6f73/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736861646572636c6f75642f6c696e6b747261636b696e67686973746f72792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/shadercloud/linktrackinghistory)[![Total Downloads](https://camo.githubusercontent.com/523895568b763a44cb5039cb86f85a2f729e6f0c24df7cc182853b063b9a7eb3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736861646572636c6f75642f6c696e6b747261636b696e67686973746f72792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/shadercloud/linktrackinghistory)[![GitHub Actions](https://github.com/shadercloud/linktrackinghistory/actions/workflows/main.yml/badge.svg)](https://github.com/shadercloud/linktrackinghistory/actions/workflows/main.yml/badge.svg)

This is a very simple package that allows you to track which pages users have previously been to.

For example if you need to send the user "back 4 pages" you can use this package to do it.

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

[](#installation)

You can install the package via composer:

```
composer require shadercloud/linktrackinghistory
```

Usage
-----

[](#usage)

```
$two_pages_ago = LinkTrackingHistory::linkHistory(2);
echo 'You previously visited: '.$two_pages_ago;
```

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity14

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/83455883?v=4)[shadercloud](/maintainers/shadercloud)[@Shadercloud](https://github.com/Shadercloud)

---

Top Contributors

[![AdvancedStyle](https://avatars.githubusercontent.com/u/2044211?v=4)](https://github.com/AdvancedStyle "AdvancedStyle (1 commits)")

### Embed Badge

![Health badge](/badges/shadercloud-linktrackinghistory/health.svg)

```
[![Health](https://phpackages.com/badges/shadercloud-linktrackinghistory/health.svg)](https://phpackages.com/packages/shadercloud-linktrackinghistory)
```

###  Alternatives

[kinglozzer/metatitle

Re-adds the 'MetaTitle' field for SilverStripe 4

17228.8k10](/packages/kinglozzer-metatitle)

PHPackages © 2026

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