
π I Built a Simple API Monitoring Tool for Laravel (No Datadog Needed)
As a Laravel developer, I kept running into the same problem: π βWhat is actually happening in my APIs?β Which endpoints are being hit the most? Which requests are slow? Where are the errors happening? Most solutions like Datadog or New Relic felt: Overkill Expensive Time-consuming to set up So I built something simpler. β‘ Introducing ApiLens A lightweight Laravel package that gives you a real-time dashboard of your API activity . No setup headaches. No external services. π― What it does Logs every request (endpoint, method, status, duration) Shows recent API activity Helps identify errors (4xx / 5xx) Highlights slow endpoints Simple filter system to debug quickly πΈ Dashboard Preview π¦ Installation composer require apilens/laravel-api-lens php artisan apilens:install Open: http://localhost:8000/apilens?token=secret Thatβs it. π§ Why I built this I didnβt need: Distributed tracing Enterprise dashboards Complex setup I just needed: π A quick way to understand what my APIs are doing π‘ Who t
Continue reading on Dev.to
Opens in a new tab




