PHPackages                             itpathsolutions/mysqlinfo - 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. itpathsolutions/mysqlinfo

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

itpathsolutions/mysqlinfo
=========================

Mysql information

1.0.21(1y ago)117MITBladePHP ^8.0

Since Feb 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/dhanikk/mysqlinfo)[ Packagist](https://packagist.org/packages/itpathsolutions/mysqlinfo)[ RSS](/packages/itpathsolutions-mysqlinfo/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (1)Versions (17)Used By (0)

🛠️ Mysqlinfo - MySQL Performance Monitoring &amp; Query Insights for Laravel
============================================================================

[](#️-mysqlinfo---mysql-performance-monitoring--query-insights-for-laravel)

 [![mysqlinfo](https://raw.githubusercontent.com/dhanikk/mysqlinfo/main/assets/mysql-preview.png)](https://raw.githubusercontent.com/dhanikk/mysqlinfo/main/assets/mysql-preview.png)

The **mysqlinfo** package provides valuable insights into your MySQL database, such as connection details, table sizes, row counts, indexes, and query performance. This package is designed to help you monitor and troubleshoot database issues by logging queries, execution times, and analyzing server status. Additionally, it tracks schema details like table collations and supported character sets to ensure efficient database management and query execution.

**⚠️ Security Warning**
-----------------------

[](#️-security-warning)

This package does not include any built-in security measures and is intended for admin use only. It exposes sensitive database details and query execution data, which could pose a security risk if accessed by unauthorized users.Ensure that this package is only used in a secure environment and not exposed to public or unauthorized access.

🏷️ [\#MySQL](https://packagist.org/search/?tags=mysql) [\#Database](https://packagist.org/search/?tags=database) [\#PerformanceMonitoring](https://packagist.org/search/?tags=performance-monitoring) [\#Laravel](https://packagist.org/search/?tags=laravel) [\#PHP](https://packagist.org/search/?tags=php) [\#QueryOptimization](https://packagist.org/search/?tags=query-optimization) [\#MySQLAdmin](https://packagist.org/search/?tags=mysql-admin) [\#ServerMonitoring](https://packagist.org/search/?tags=server-monitoring) [\#DevOps](https://packagist.org/search/?tags=devops) [\#DatabaseManagement](https://packagist.org/search/?tags=database-management)

Documentation
-------------

[](#documentation)

- [Features](#features)
- [Supported Versions](#supported-versions)
- [Installation](#installation)
    - [Commands](#commands)
        - [Vendor Publish](#vendor-publish)
        - [Accessing the Plugin](#accessing-the-plugin)
- [FAQs](#faqs)
- [Contributing](#contributing)
- [Security Vulnerabilities](#security-vulnerabilities)
- [License](#license)
- [Testing](#testing)
- [Support](#get-support)

**Features:**
-------------

[](#features)

- **Real-time MySQL Performance Monitoring** – Track live database performance and query execution.
- **Database Connection Insights** – View connection details, active users, and session statistics.
- **Table &amp; Index Analysis** – Monitor table sizes, row counts, indexes, and schema details.
- **Slow Query Detection** – Identify and optimize slow-running queries for better efficiency.
- **Query Execution Logging** – Log executed queries, their execution time, and performance impact.
- **Storage &amp; Fragmentation Optimization** – Detect fragmented tables and optimize storage.
- **InnoDB Buffer &amp; Cache Analysis** – Monitor buffer pool usage and cache efficiency.
- **Query Load Monitoring** – Analyze query load in real-time and track database stress.
- **Laravel Log Integration** – Store query performance logs for historical analysis.
- **Security &amp; Access Control** – Restrict access to database insights for admin use only.

**Supported Versions:**
=======================

[](#supported-versions)

- **PHP:** ^8.0
- **Illuminate Support:** ^9.0 | ^10.0 | ^11.0

**Installation**
----------------

[](#installation)

To install the package Open the terminal and run the following command:

```
composer require itpathsolutions/mysqlinfo
```

**Commands**
------------

[](#commands)

### **Vendor Publish**

[](#vendor-publish)

Run the following command to publish the vendor files:

```
php artisan vendor:publish
```

**Accessing the Plugin**
------------------------

[](#accessing-the-plugin)

Once installed, open the following URL in your browser to check the plugin:

```
localhost:8000/mysql-info
```

**FAQs**
--------

[](#faqs)

### 1️. What does this package do?

[](#1️-what-does-this-package-do)

This package provides real-time insights into your MySQL database, including connection details, table sizes, row counts, indexes, query performance, and server status. It helps monitor and optimize database performance.

2. How do I install the package?
--------------------------------

[](#2-how-do-i-install-the-package)

📦 Installing is simple! Run the following command in your terminal:

```
composer require itpathsolutions/mysqlinfo
```

3. Which Laravel versions are supported?
----------------------------------------

[](#3-which-laravel-versions-are-supported)

This package supports **Laravel 9, 10, and 11** with **PHP 8+** compatibility.

4. How do I access MySQL insights?
----------------------------------

[](#4-how-do-i-access-mysql-insights)

You can access MySQL performance insights via:
👉 `localhost:8000/mysql-info`

5. How do I update the package to the latest version?
-----------------------------------------------------

[](#5-how-do-i-update-the-package-to-the-latest-version)

Run the following command to update:

```
composer update itpathsolutions/mysqlinfo
```

6. Can I contribute to this package?
------------------------------------

[](#6-can-i-contribute-to-this-package)

🤝 Absolutely! Contributions are welcome. See the [CONTRIBUTING](https://github.com/dhanikk/mysqlinfo/blob/main/CONTRIBUTING.md) guidelines for details.

7. Where can I get support?
---------------------------

[](#7-where-can-i-get-support)

For any support or queries, contact us via [IT Path Solutions](https://www.itpathsolutions.com/contact-us/).

**Contributing**
----------------

[](#contributing)

We welcome contributions from the community! Feel free to **Fork** the repository and contribute to this module. You can also create a pull request, and we will merge your changes into the main branch. See [CONTRIBUTING](https://github.com/dhanikk/mysqlinfo/blob/main/CONTRIBUTING.md) for details.

**Security Vulnerabilities**
----------------------------

[](#security-vulnerabilities)

Please review our [Security Policy](https://github.com/dhanikk/mysqlinfo/blob/main/security/policy) on how to report security vulnerabilities.

**License**
-----------

[](#license)

This package is open-source and available under the MIT License. See the [LICENSE](https://github.com/dhanikk/mysqlinfo/blob/main/LICENSE) file for details.

**Testing**
-----------

[](#testing)

To test this package, run the following test command:

```
composer test
```

**Get Support**
---------------

[](#get-support)

- Feel free to [contact us](https://www.itpathsolutions.com/contact-us/) if you have any questions.
- If you find this project helpful, please give us a ⭐ [Star](https://github.com/dhanikk/mysqlinfo/stargazers).

**You may also find our other useful package:**
-----------------------------------------------

[](#you-may-also-find-our-other-useful-package)

[PHP Info Package 🚀](https://packagist.org/packages/itpathsolutions/phpinfo)
[AUTH Info Package 🚀](https://packagist.org/packages/itpathsolutions/authinfo)
[Role Wise Session Manager Package 🚀](https://packagist.org/packages/itpathsolutions/role-wise-session-manager)
[Chatbot Package 🚀](https://packagist.org/packages/itpathsolutions/chatbot)
[Redis Info Package 🚀](https://packagist.org/packages/itpathsolutions/redisinfo)

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance42

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.1% 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 ~2 days

Recently: every ~8 days

Total

16

Last Release

472d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/74d7fbd5e506bbbd7ab765e785d26a663744a74347fe6b0c855c3f55577ed5d4?d=identicon)[dhanikk\_itpath](/maintainers/dhanikk_itpath)

![](https://avatars.githubusercontent.com/u/125467384?v=4)[vidhi-nirmal71](/maintainers/vidhi-nirmal71)[@vidhi-nirmal71](https://github.com/vidhi-nirmal71)

---

Top Contributors

[![vidhi-nirmal71](https://avatars.githubusercontent.com/u/125467384?v=4)](https://github.com/vidhi-nirmal71 "vidhi-nirmal71 (32 commits)")[![dhanikk](https://avatars.githubusercontent.com/u/112705004?v=4)](https://github.com/dhanikk "dhanikk (2 commits)")

---

Tags

phplaraveldatabasemysqldevopsitpathsolutionsserver monitoringquery-optimizationperformance-monitoringdatabase-managementmysql-adminmysqlinfo

### Embed Badge

![Health badge](/badges/itpathsolutions-mysqlinfo/health.svg)

```
[![Health](https://phpackages.com/badges/itpathsolutions-mysqlinfo/health.svg)](https://phpackages.com/packages/itpathsolutions-mysqlinfo)
```

###  Alternatives

[illuminate/database

The Illuminate Database package.

2.8k54.9M11.6k](/packages/illuminate-database)[kirschbaum-development/eloquent-power-joins

The Laravel magic applied to joins.

1.6k32.6M46](/packages/kirschbaum-development-eloquent-power-joins)[spiritix/lada-cache

A Redis based, automated and scalable database caching layer for Laravel

592456.3k1](/packages/spiritix-lada-cache)[glushkovds/phpclickhouse-laravel

Adapter of the most popular library https://github.com/smi2/phpClickHouse to Laravel

2051.5M2](/packages/glushkovds-phpclickhouse-laravel)[itpathsolutions/dbstan

Database Standardization and Analysis Tool for Laravel

492.8k](/packages/itpathsolutions-dbstan)[awssat/laravel-sync-migration

Laravel tool helps to sync migrations without refreshing the database

10823.4k](/packages/awssat-laravel-sync-migration)

PHPackages © 2026

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