PHPackages                             mohammadmghi/route-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. mohammadmghi/route-tracker

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

mohammadmghi/route-tracker
==========================

A Laravel package to track routes

v1.1.0(10mo ago)15PHPPHP ^8.0

Since Aug 25Pushed 10mo agoCompare

[ Source](https://github.com/mohammadMghi/route-tracker)[ Packagist](https://packagist.org/packages/mohammadmghi/route-tracker)[ RSS](/packages/mohammadmghi-route-tracker/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (13)Used By (0)

Route tracker
=============

[](#route-tracker)

You can track your users navigation between APIs and web pages , duration time user intracting and use your pages and APIs.

[![image](https://private-user-images.githubusercontent.com/49416231/482948347-3925bed0-de54-41dd-99c7-e6141e15eb43.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODA4MDM0NjAsIm5iZiI6MTc4MDgwMzE2MCwicGF0aCI6Ii80OTQxNjIzMS80ODI5NDgzNDctMzkyNWJlZDAtZGU1NC00MWRkLTk5YzctZTYxNDFlMTVlYjQzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA2MDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNjA3VDAzMzI0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTJhNmMwNWIxODVmOWQzMmI1MTg3Y2FiMmRhNjhlYzhkYWE2NDAwYmFiM2JiNWNjZTRjNTAyYjFiM2VjNGJhZDkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRnBuZyJ9.QvJwcI61jVlUPhjLJ4l5gWFBLjJRzlbwCEWXSshFgR0)](https://private-user-images.githubusercontent.com/49416231/482948347-3925bed0-de54-41dd-99c7-e6141e15eb43.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODA4MDM0NjAsIm5iZiI6MTc4MDgwMzE2MCwicGF0aCI6Ii80OTQxNjIzMS80ODI5NDgzNDctMzkyNWJlZDAtZGU1NC00MWRkLTk5YzctZTYxNDFlMTVlYjQzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA2MDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNjA3VDAzMzI0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTJhNmMwNWIxODVmOWQzMmI1MTg3Y2FiMmRhNjhlYzhkYWE2NDAwYmFiM2JiNWNjZTRjNTAyYjFiM2VjNGJhZDkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRnBuZyJ9.QvJwcI61jVlUPhjLJ4l5gWFBLjJRzlbwCEWXSshFgR0)#### Installation

[](#installation)

```
composer require mohammadmghi/route-tracker

```

```
php artisan migration

```

```
php artisan vendor:publish --tag=config

```

### Now you have a table inside you'r database called `route_logs` it has columns as following

[](#now-you-have-a-table-inside-your-database-called-route_logs-it-has-columns-as-following)

`user_id` it register user id if your user authenticated if not it store `null`

`method` This is method of your request it can be POST or GET, etc.

`route` This is address of your project route you defined inside web.php and api.php

`ip_addess` This is your user ip address

`previous_route` This is the route that user before is visited for example if your frist to `/home` page and next to `/plan` it store `/home page`

`duration` This is duration that user interacted with your api

`session_id` This is your user session id visited the route

### Dashbord

[](#dashbord)

For open dashbord going to : `https://yoursite/route-tracker/dashboard`

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance54

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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

12

Last Release

310d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/49416231?v=4)[Mohammad Moghadasi](/maintainers/mohammadMghi)[@mohammadMghi](https://github.com/mohammadMghi)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/mohammadmghi-route-tracker/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M345](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[illuminate/pagination

The Illuminate Pagination package.

12234.1M1.0k](/packages/illuminate-pagination)[illuminate/pipeline

The Illuminate Pipeline package.

9349.2M282](/packages/illuminate-pipeline)[illuminate/redis

The Illuminate Redis package.

8314.6M375](/packages/illuminate-redis)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)

PHPackages © 2026

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