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.
Full Changelog: https://github.com/bilfeldt/laravel-route-statistics/compare/v4.3.0...v4.4.0
Full Changelog: https://github.com/bilfeldt/laravel-route-statistics/compare/v4.2.1...v4.3.0
Full Changelog: https://github.com/bilfeldt/laravel-route-statistics/compare/v4.2.0...v4.2.1
Full Changelog: https://github.com/bilfeldt/laravel-route-statistics/compare/v4.1.0...v4.2.0
Full Changelog: https://github.com/bilfeldt/laravel-route-statistics/compare/v4.0.0...v4.1.0
READMI.md file by @gomzyakov in https://github.com/bilfeldt/laravel-route-statistics/pull/38See the UPGRADE.d guide for the steps to upgrade.
Full Changelog: https://github.com/bilfeldt/laravel-route-statistics/compare/v3.4.0...v4.0.0
Full Changelog: https://github.com/bilfeldt/laravel-route-statistics/compare/v3.3.0...v3.4.0
Full Changelog: https://github.com/bilfeldt/laravel-route-statistics/compare/v3.2.0...v3.3.0
Full Changelog: https://github.com/bilfeldt/laravel-route-statistics/compare/v3.1.0...v3.2.0
Full Changelog: https://github.com/bilfeldt/laravel-route-statistics/compare/v3.0.0...v3.1.0
There are no breaking changes if you are simply using this package. But the dependency of bilfeldt/laravel-request-logger was upgraded to version 3 which means if you are also logging requests using this package, then you need to consult the upgrade guide for that package.
Full Changelog: https://github.com/bilfeldt/laravel-route-statistics/compare/v2.2.0...v3.0.0
Full Changelog: https://github.com/bilfeldt/laravel-route-statistics/compare/v2.1.0...v2.2.0
Full Changelog: https://github.com/bilfeldt/laravel-route-statistics/compare/v2.0.1...v2.1.0
Full Changelog: https://github.com/bilfeldt/laravel-route-statistics/compare/v2.0.0...v2.0.1
Full Changelog: https://github.com/bilfeldt/laravel-route-statistics/compare/v1.2.1...v2.0.0
Full Changelog: https://github.com/bilfeldt/laravel-route-statistics/compare/v1.2.0...v1.2.1
Full Changelog: https://github.com/bilfeldt/laravel-route-statistics/compare/v1.1.0...v1.2.0
whereApi and whereWeb by @bilfeldt in https://github.com/bilfeldt/laravel-route-statistics/pull/11route:stats artisan command to show statistics by @bilfeldt in https://github.com/bilfeldt/laravel-route-statistics/pull/12route:unused artisan command to show all unused routes by @bilfeldt in https://github.com/bilfeldt/laravel-route-statistics/pull/13Full Changelog: https://github.com/bilfeldt/laravel-route-statistics/compare/v1.0.0...v1.1.0
First production ready release
Full Changelog: https://github.com/bilfeldt/laravel-route-statistics/compare/v0.5.0...v1.0.0
code to statusdate field to CarbonFull Changelog: https://github.com/bilfeldt/laravel-route-statistics/compare/v0.4.0...v0.5.0
See CHANGELOG.md:
bilfeldt/laravel-request-logger package for actual logging.RouteStatisticInterface in favor of \Bilfeldt\RequestLogger\Contracts\RequestLoggerInterface\Bilfeldt\LaravelRouteStatistics\Http\Middleware\RouteStatistics to RouteStatisticsMiddleware^8.50Full Changelog: https://github.com/bilfeldt/laravel-route-statistics/compare/v0.3.0...v0.4.0
Initial release
How can I help you explore Laravel packages today?