PHPackages                             delickate/query-analyzer - 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. delickate/query-analyzer

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

delickate/query-analyzer
========================

Analyze and optimize Laravel queries

09Blade

Since Mar 16Pushed 1mo agoCompare

[ Source](https://github.com/delickate/query-analyzer)[ Packagist](https://packagist.org/packages/delickate/query-analyzer)[ RSS](/packages/delickate-query-analyzer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

query-analyzer
==============

[](#query-analyzer)

A Laravel package to interactively analyze and run SQL queries on your database with ease.

---

Features
--------

[](#features)

- **List all database tables** in a convenient sidebar.
- **Show table columns dynamically** on clicking each table.
- **Write and execute raw SQL queries** using a simple query editor.
- **Display query results** in a clean, scrollable tabular format.
- Easy to **publish configuration and stub files** to your Laravel application.
- Built with a minimal setup to integrate smoothly into existing Laravel projects.

---

Installation
------------

[](#installation)

Install the package via Composer:

```
> composer require delickate/query-analyzer
> php artisan vendor:publish --tag=query-analyzer --force
```

Copy following routes to routes/web.php

```
use App\Http\Controllers\QueryAnalyzerController;

Route::get('/query-analyzer', [QueryAnalyzerController::class,'index']);

Route::get('/query-analyzer/tables', [QueryAnalyzerController::class,'tables']);
Route::get('/query-analyzer/columns/{table}', [QueryAnalyzerController::class,'columns']);
Route::post('/query-analyzer/execute', [QueryAnalyzerController::class,'execute']);
```

🤝 Contributing
==============

[](#-contributing)

Contributions are welcome.

1. Fork the repository
2. Create your feature branch
3. Commit your changes
4. Open a Pull Request

---

📄 License
=========

[](#-license)

This package is open-sourced software licensed under the **MIT license**.

---

🏢 Maintained By
===============

[](#-maintained-by)

Developed and maintained by **Delickate**.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance59

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/edfad4c297964ab2215d415931fe15454b570703dd957146ba2c0613667e52e2?d=identicon)[delickate](/maintainers/delickate)

---

Top Contributors

[![delickate](https://avatars.githubusercontent.com/u/4244617?v=4)](https://github.com/delickate "delickate (1 commits)")

### Embed Badge

![Health badge](/badges/delickate-query-analyzer/health.svg)

```
[![Health](https://phpackages.com/badges/delickate-query-analyzer/health.svg)](https://phpackages.com/packages/delickate-query-analyzer)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.3k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M543](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M209](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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