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

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article