News

Query Monitor CLI Package for Laravel

Published
Query Monitor CLI Package for Laravel image

Query Monitor is a Laravel package by Supliu that monitors real-time queries using an artisan command:

Supliu Query Monitor is a library for monitoring Queries in real-time using Laravel Artisan Command. Basically, it opens a socket listening and displays (on a terminal) the queries executed in your Laravel application.

Image credit: Supliu Query Monitor Repo

The CLI runs in the foreground and updates the console when new queries run in the application:

php artisan laravel-query-monitor
 
# You can also specify the host and port
php artisan laravel-query-monitor \
--host="192.168.0.2" \
--port=8082

Under the hood, this package uses ReactPHP, an “Event-driven, non-blocking I/O with PHP.” This query monitor package is an excellent example of using React PHP’s Server and Connector classes to communicate between the application and the open socket.

You can learn more about this package, get full installation instructions, and view the source code on GitHub at supliu/laravel-query-monitor

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Filed in

Sponsored

serpapi logo
SerpApi

The Web Search API for Your LLM and AI Applications

Visit SerpApi

The latest

View all →
Laravel Auditor Audits Your App With Your Own AI Agent image

Laravel Auditor Audits Your App With Your Own AI Agent

Read article
A simple form builder that stays out of your way image

A simple form builder that stays out of your way

Read article
Laravel AI: Trace Agent Runs With Lifecycle Events image

Laravel AI: Trace Agent Runs With Lifecycle Events

Read article
Laravel AI: Get Raw HTTP Responses and Rate Limits image

Laravel AI: Get Raw HTTP Responses and Rate Limits

Read article
Agent Run Observability in Laravel AI SDK 0.11 image

Agent Run Observability in Laravel AI SDK 0.11

Read article
Debounced Queued Event Listeners in Laravel image

Debounced Queued Event Listeners in Laravel

Read article