bilfeldt/laravel-route-statistics
Logs Laravel route usage statistics by recording and aggregating requests/responses per route, user, and timeframe (hour/day/month) to minimize database storage. Helps spot heavy users, high-traffic endpoints, and suspicious unauthenticated activity.
Feature Development:
/dashboard/analytics route post-launch?")./admin routes).Roadmap Prioritization:
/checkout/one-click route reduce drop-offs?").Use Cases:
POST /api/login failures)./api/reports sees 50% of traffic")./dashboard/projects are 3x more likely to cancel").Adopt if:
Look Elsewhere if:
"This package lets us turn route-level data into actionable insights without building a custom solution. For example:
/billing/export route—should we deprioritize it?')./api/search gets 30% of requests—let’s cache it').
It’s lightweight, integrates seamlessly with Laravel, and costs nothing beyond a few minutes of setup. We can start with basic tracking and expand to dashboards or alerts later.""This solves a common pain point—tracking how users interact with our routes—with minimal overhead:
route:stats → Quick CLI to audit route usage.route:unused → Find "zombie routes" to clean up./admin access) before rolling it out to production.""This gives us raw material for behavioral analysis without relying on third-party tools:
/api/integrations 4x more than SMBs').How can I help you explore Laravel packages today?