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

acquaintsoft logo
Acquaint Softtech

Hire Laravel developers with AI expertise at $20/hr. Get started in 48 hours.

Visit Acquaint Softtech

The latest

View all →
Image Dominant Color and HEIC Support in Laravel 13.24 image

Image Dominant Color and HEIC Support in Laravel 13.24

Read article
Official Laravel Zed Extension: LSP for PHP & Blade image

Official Laravel Zed Extension: LSP for PHP & Blade

Read article
Laravel Head: Manage Meta Tags, Open Graph, and JSON-LD image

Laravel Head: Manage Meta Tags, Open Graph, and JSON-LD

Read article
PhpStorm 2026.2 Released image

PhpStorm 2026.2 Released

Read article
Laravel Doctor: Diagnose Your App With One Artisan Command image

Laravel Doctor: Diagnose Your App With One Artisan Command

Read article
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article