Download the PHP package muhammad-nawlo/route-tracker without Composer
On this page you can find all versions of the php package muhammad-nawlo/route-tracker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download muhammad-nawlo/route-tracker
More information about muhammad-nawlo/route-tracker
Files in muhammad-nawlo/route-tracker
Download muhammad-nawlo/route-tracker
More information about muhammad-nawlo/route-tracker
Files in muhammad-nawlo/route-tracker
Vendor muhammad-nawlo
Package route-tracker
Short Description Track usage and hits of Laravel routes automatically with this simple package.
License MIT
Homepage https://github.com/muhammad-nawlo/route-tracker
Package route-tracker
Short Description Track usage and hits of Laravel routes automatically with this simple package.
License MIT
Homepage https://github.com/muhammad-nawlo/route-tracker
Please rate this library. Is it a good library?
Informations about the package route-tracker
Route Tracker for Laravel
A simple Laravel package to track and log usage statistics of your application routes.
This package logs each route's hit count and last usage timestamp to a JSON file stored in your app's storage disk.
Features
- Automatically logs every route usage via middleware
- Stores hits count and last used timestamp per route
- Saves data in a JSON file (
route-usage.json
) in the storage disk - Lightweight and easy to integrate
- Compatible with Laravel's filesystem abstraction (works with local, S3, etc.)
- Includes PestPHP tests for reliability
Installation
Install the package via Composer:
composer require your-vendor/route-tracker
All versions of route-tracker with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
ext-json Version *
illuminate/console Version ^10.0 || ^11.0 || ^12.0
illuminate/support Version ^10.0 || ^11.0 || ^12.0
ext-json Version *
illuminate/console Version ^10.0 || ^11.0 || ^12.0
illuminate/support Version ^10.0 || ^11.0 || ^12.0
The package muhammad-nawlo/route-tracker contains the following files
Loading the files please wait ....