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:
Roadmap Alignment:
Build vs. Buy:
Use Cases:
Adopt This Package If:
Look Elsewhere If:
bilfeldt/laravel-request-logger or custom solutions).*"This package lets us track how users interact with our application at the route level—without adding significant overhead. With the latest update (v4.4.0), it now supports PHP 8.5, ensuring compatibility with our future-proof infrastructure. Key benefits include:
*"This is a lightweight, battle-tested solution for route-level statistics in Laravel, now fully compatible with PHP 8.5. Key benefits:
bilfeldt/laravel-request-logger, which is MIT-licensed and actively maintained.
Implementation: Just add the middleware to bootstrap/app.php or target specific routes. Two Artisan commands (route:stats, route:unused) provide immediate value. No schema changes if you skip migrations (but recommended for analytics).
Bonus: The update to PHP 8.5 ensures we can leverage modern language features while maintaining analytics integrity."**"This gives us granular route-level data to answer questions like:
How can I help you explore Laravel packages today?