PHPackages                             jocoonopa/laravel-query-monitor - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. jocoonopa/laravel-query-monitor

ActiveLibrary[Database &amp; ORM](/categories/database)

jocoonopa/laravel-query-monitor
===============================

Laravel Query Monitor

1.1.7(4y ago)16.6kMITPHPPHP ^7.3 || ^8.0

Since May 2Pushed 3y agoCompare

[ Source](https://github.com/jocoonopa/laravel-query-monitor)[ Packagist](https://packagist.org/packages/jocoonopa/laravel-query-monitor)[ Patreon](https://www.patreon.com/supliutech)[ RSS](/packages/jocoonopa-laravel-query-monitor/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (4)Versions (11)Used By (0)

Laravel Query Monitor
=====================

[](#laravel-query-monitor)

[![Travis](https://camo.githubusercontent.com/54dca395308b9f96b756573327e95f9728fe2f063d4c99fa10c47742bce24a06/68747470733a2f2f7472617669732d63692e6f72672f7375706c69752f6c61726176656c2d71756572792d6d6f6e69746f722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/supliu/laravel-query-monitor)[![Packagist Downloads](https://camo.githubusercontent.com/9b011dace2347e70603e439144294484e0d20f1cef6ff6a7c6969c6740864fed/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7375706c69752f6c61726176656c2d71756572792d6d6f6e69746f72)](https://camo.githubusercontent.com/9b011dace2347e70603e439144294484e0d20f1cef6ff6a7c6969c6740864fed/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7375706c69752f6c61726176656c2d71756572792d6d6f6e69746f72)[![Packagist Version](https://camo.githubusercontent.com/6d959ca282b3591ee4d17a9a86e2e3fb9401c0e430c1b7755b280a35025053d4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7375706c69752f6c61726176656c2d71756572792d6d6f6e69746f72)](https://camo.githubusercontent.com/6d959ca282b3591ee4d17a9a86e2e3fb9401c0e430c1b7755b280a35025053d4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7375706c69752f6c61726176656c2d71756572792d6d6f6e69746f72)[![PHP version from Travis config](https://camo.githubusercontent.com/76c3b3c1eb7704c0932516c71a2c123920adcae114c964a67b7ac2c8b5ab66f3/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7068702d762f7375706c69752f6c61726176656c2d71756572792d6d6f6e69746f722f6d6173746572)](https://camo.githubusercontent.com/76c3b3c1eb7704c0932516c71a2c123920adcae114c964a67b7ac2c8b5ab66f3/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7068702d762f7375706c69752f6c61726176656c2d71756572792d6d6f6e69746f722f6d6173746572)

[Jocoonopa](https://supliu.com.br) Laravel Query Monitor is library to monitoring Queries in real-time using Laravel Artisan Command. Basically it opens a socket listening and displays (on terminal) the queries executed in your Laravel application.

 [![](demo.gif)](demo.gif)

How to install
--------------

[](#how-to-install)

1. Use composer to install this package

```
composer require --dev supliu/laravel-query-monitor

```

2. Run publish command

```
php artisan vendor:publish --provider="Jocoonopa\LaravelQueryMonitor\ServiceProvider"

```

How to use
----------

[](#how-to-use)

Open you terminal and execute:

```
php artisan laravel-query-monitor

```

Now just perform some action in your application that performs some interaction with the database.

Customize
---------

[](#customize)

By default, the query listening service will run on host 0.0.0.0 and port 8081. You can customize both the host and the port by providing the optional arguments:

```
php artisan laravel-query-monitor --host="192.168.0.2" --port=8082

```

If you change the host and port parameters, you will also need to change the configuration file `config/laravel-query-monitor.php`.

License
-------

[](#license)

The Laravel Query Monitor is open-sourced project licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 67.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~72 days

Recently: every ~0 days

Total

10

Last Release

1550d ago

PHP version history (3 changes)1.0.0PHP ^7.2.5

1.0.2PHP ^7.3

1.1.1PHP ^7.3 || ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4261007?v=4)[jocoonopa](/maintainers/jocoonopa)[@jocoonopa](https://github.com/jocoonopa)

---

Top Contributors

[![jansenfelipe](https://avatars.githubusercontent.com/u/3134214?v=4)](https://github.com/jansenfelipe "jansenfelipe (31 commits)")[![jocoonopa](https://avatars.githubusercontent.com/u/4261007?v=4)](https://github.com/jocoonopa "jocoonopa (6 commits)")[![joaorobertopb](https://avatars.githubusercontent.com/u/6556083?v=4)](https://github.com/joaorobertopb "joaorobertopb (5 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![fdglefevre](https://avatars.githubusercontent.com/u/51036965?v=4)](https://github.com/fdglefevre "fdglefevre (1 commits)")[![alberto-bottarini](https://avatars.githubusercontent.com/u/1442934?v=4)](https://github.com/alberto-bottarini "alberto-bottarini (1 commits)")[![zoispag](https://avatars.githubusercontent.com/u/21138205?v=4)](https://github.com/zoispag "zoispag (1 commits)")

---

Tags

laravelsqleloquentquerymonitor

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jocoonopa-laravel-query-monitor/health.svg)

```
[![Health](https://phpackages.com/badges/jocoonopa-laravel-query-monitor/health.svg)](https://phpackages.com/packages/jocoonopa-laravel-query-monitor)
```

###  Alternatives

[supliu/laravel-query-monitor

Laravel Query Monitor

287111.9k](/packages/supliu-laravel-query-monitor)[rennokki/laravel-eloquent-query-cache

Adding cache on your Laravel Eloquent queries' results is now a breeze.

1.1k4.0M14](/packages/rennokki-laravel-eloquent-query-cache)[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[sarfraznawaz2005/indexer

Laravel package to monitor SELECT queries and offer best possible INDEX fields.

562.7k](/packages/sarfraznawaz2005-indexer)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
