mohammadmghi/route-tracker

There is no license information available for the latest version (v1.1.0) of this package.

A Laravel package to track routes

Maintainers

Package info

github.com/mohammadMghi/route-tracker

pkg:composer/mohammadmghi/route-tracker

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v1.1.0 2025-08-28 03:00 UTC

This package is auto-updated.

Last update: 2026-02-28 03:55:45 UTC


README

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

image

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

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

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