chrishenrique/laravel-requests-monitor
Lightweight Laravel package to monitor, log, and analyze HTTP requests and custom app actions. Supports middleware auto-tracking, manual event registration, dedicated DB connection, configurable retention/pruning, and works with Laravel 7+ (PHP 7.4/8+).
execution_ms column enables granular tracking of request execution times, supporting feature development for performance dashboards, latency alerts, or A/B testing comparisons.url column (now likely more structured or extensible) aligns with roadmap items for dynamic routing, microservices integration, or third-party API logging.url column changes introduce breaking compatibility with existing integrations (test thoroughly).For Executives: "This Laravel package adds out-of-the-box request performance tracking (execution time in milliseconds) and flexible URL logging, reducing dev time for analytics features. With minimal setup, we can monitor API latency, debug bottlenecks, or even gate features based on performance—without hiring specialized talent. The new configs also future-proof our stack for compliance/auditing needs."
For Engineering:
"v1.2.0 improves observability with execution_ms for profiling and a more robust url column. The configs let us tweak behavior via .env instead of code changes. Bug fixes address [list critical ones if known]. Migration is low-risk: test the url column changes in staging first. Tradeoff: We’re tied to Laravel, but the package handles edge cases (e.g., malformed URLs) better than DIY solutions."
How can I help you explore Laravel packages today?