PHPackages                             mr-sabya/querylens - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. mr-sabya/querylens

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

mr-sabya/querylens
==================

A modern API debugging and query profiling tool for Laravel.

v1.0.2(2mo ago)04MITPHPPHP ^8.2

Since May 7Pushed 2mo agoCompare

[ Source](https://github.com/mr-sabya/querylens-package)[ Packagist](https://packagist.org/packages/mr-sabya/querylens)[ RSS](/packages/mr-sabya-querylens/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (4)Used By (0)

🔍 QueryLens
===========

[](#-querylens)

**QueryLens** is a modern, lightweight, and high-performance API debugging and SQL profiling tool for Laravel. It provides a real-time dashboard to monitor your application's database activity and API performance without unnecessary complexity.

[![Latest Version on Packagist](https://camo.githubusercontent.com/55529772b873335dc67b30cfda970c49e94cb55c94e877fe5c5fad4fde994a64/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f71756572796c656e732f71756572796c656e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/querylens/querylens)[![Total Downloads](https://camo.githubusercontent.com/176e69eaa3017b37097bb4237694f42171b5ea8e81ada43b3359a8ec55db56ef/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f71756572796c656e732f71756572796c656e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/querylens/querylens)

---

✨ Features
----------

[](#-features)

- ⚡ Zero-Configuration Setup
- 🛠 Deep SQL Query Profiling
- 📊 Real-Time Request Monitoring
- 🧠 Query Execution Time Analysis
- 🎨 Modern Dark UI Dashboard
- 📦 Dedicated SQLite Storage
- 🚀 Lightweight &amp; Fast
- 🔥 Slow Query Detection
- 📱 Mobile Responsive Interface
- 🔍 Request &amp; Response Inspection

---

💻 Requirements
--------------

[](#-requirements)

RequirementVersionPHP^8.2Laravel^10.0 | ^11.0 | ^12.0---

📦 Installation
--------------

[](#-installation)

Install the package via Composer:

```
composer require mr-sabya/querylens
```

Run the installation command:

```
php artisan querylens:install
```

This command will:

- Publish configuration files
- Create QueryLens storage
- Prepare SQLite logging database
- Register required assets

---

⚙️ Configuration
----------------

[](#️-configuration)

After installation, configure QueryLens from:

```
config/querylens.php

```

Example configuration:

```
