Download the PHP package roky/laravel-route-analytics without Composer
On this page you can find all versions of the php package roky/laravel-route-analytics. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download roky/laravel-route-analytics
More information about roky/laravel-route-analytics
Files in roky/laravel-route-analytics
Download roky/laravel-route-analytics
More information about roky/laravel-route-analytics
Files in roky/laravel-route-analytics
Vendor roky
Package laravel-route-analytics
Short Description Dead-simple route usage tracking for Laravel — find unused and slow routes in minutes.
License MIT
Package laravel-route-analytics
Short Description Dead-simple route usage tracking for Laravel — find unused and slow routes in minutes.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-route-analytics
Laravel Route Analytics
Dead-simple route usage tracking for Laravel — find unused and slow routes in minutes.
Features
- 🚀 Zero configuration - Works out of the box
- 📊 Beautiful dashboard - Clean, responsive UI with filtering and sorting
- 🔍 Find unused routes - Identify routes that are never hit
- ⚡ Track performance - Monitor average and max response times
- 🛠️ CLI commands - Automate reporting and maintenance
- 💾 Minimal overhead - Lightweight database storage with atomic updates
Installation
That's it! Visit /route-analytics to see your dashboard.
Dashboard
Access the analytics dashboard at /route-analytics:
- Overview stats: Tracked routes, total hits, unused routes
- Sortable table: Click column headers to sort
- Filters: All, Unused, Slow (>200ms)
- Real-time data: Automatically updates as traffic flows
CLI Commands
View top routes
Find unused routes
Find slow routes
Clear all data
Prune old data
Configuration
Publish the configuration file:
Available options in config/route-analytics.php:
Protect the Dashboard
Add authentication to the dashboard:
How It Works
- Middleware intercepts every request and records route key, duration, and timestamp
- Data is aggregated in the database (hits, average/max/min times)
- Dashboard and CLI commands read from the aggregated data
- Minimal performance impact - single atomic DB write per request
License
MIT
All versions of laravel-route-analytics with dependencies
PHP Build Version
Package Version
The package roky/laravel-route-analytics contains the following files
Loading the files please wait ...