PHPackages                             matusstafura/magento2-systeminfo - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. matusstafura/magento2-systeminfo

ActiveMagento2-module[Logging &amp; Monitoring](/categories/logging)

matusstafura/magento2-systeminfo
================================

Magento 2 module to show developer system info (PHP/OPcache, MySQL/MariaDB, Redis/Valkey, Elasticsearch/OpenSearch, Varnish, cron, indexers, cache status, disk space) in admin and CLI.

v0.2.0(3w ago)34MITPHPPHP &gt;=8.1

Since Aug 7Pushed 3w agoCompare

[ Source](https://github.com/matusstafura/magento2-systeminfo)[ Packagist](https://packagist.org/packages/matusstafura/magento2-systeminfo)[ RSS](/packages/matusstafura-magento2-systeminfo/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

Magento 2 Developer System Info Module
======================================

[](#magento-2-developer-system-info-module)

This Magento 2 module provides detailed system information useful for developers, directly in the **Admin panel** and via **CLI**.

🔍 Features
----------

[](#-features)

- Magento version, edition &amp; mode
- PHP version, extensions &amp; OPcache status (enabled/disabled, hit rate, memory usage)
- Database version — auto-detects MySQL vs MariaDB
- Cache backend version — auto-detects Redis vs Valkey
- Search engine — auto-detects Elasticsearch vs OpenSearch (reads the actual server's `version.distribution`, not just what's configured) plus the configured engine
- Varnish version (if installed and `shell_exec` isn't disabled)
- Cron health — time since last successful `cron_schedule` run, flagged STALE after 15 minutes
- Indexer status — lists any indexer not in a "valid" state
- Magento cache type status — which cache types are enabled/disabled
- Disk free space on the app root
- Operating system info

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

[](#-installation)

### 📦 Option 1: Installation via Composer (Packagist)

[](#-option-1-installation-via-composer-packagist)

```
composer require --dev matusstafura/magento2-systeminfo
```

### 🔧 Option 2: Manual installation (recommended for local dev)

[](#-option-2-manual-installation-recommended-for-local-dev)

```
mkdir -p app/code/MatusStafura/SystemInfo
git clone https://github.com/matusstafura/matusstafura-magento2-systeminfo.git app/code/MatusStafura/SystemInfo
```

Then run:

```
php bin/magento module:enable MatusStafura_SystemInfo
php bin/magento setup:upgrade
php bin/magento cache:flush
```

🧪 Usage
-------

[](#-usage)

### Admin Panel

[](#admin-panel)

Go to:

> Stores → Configuration → Advanced → Dev Tools → **System Info**

[![admin](./docs/admin.jpg)](./docs/admin.jpg)You’ll see a table with system info formatted for easy reading.

### CLI

[](#cli)

Run:

```
php bin/magento devtools:info
```

[![cli](./docs/cli.jpg)](./docs/cli.jpg)

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance94

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

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.

###  Release Activity

Cadence

Every ~350 days

Total

2

Last Release

26d ago

### Community

Maintainers

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

---

Top Contributors

[![matusstafura](https://avatars.githubusercontent.com/u/11353888?v=4)](https://github.com/matusstafura "matusstafura (3 commits)")

---

Tags

developer-toolsinformationmagento2magento2-modulesystem

### Embed Badge

![Health badge](/badges/matusstafura-magento2-systeminfo/health.svg)

```
[![Health](https://phpackages.com/badges/matusstafura-magento2-systeminfo/health.svg)](https://phpackages.com/packages/matusstafura-magento2-systeminfo)
```

###  Alternatives

[fastly/magento2

Fastly CDN Module for Magento 2.4.x

1564.5M1](/packages/fastly-magento2)[graycore/magento2-stdlogging

A Magento 2 module that changes all logging handlers to stdout

2489.7k](/packages/graycore-magento2-stdlogging)[myparcelnl/magento

A Magento 2 module that creates MyParcel labels

1861.2k](/packages/myparcelnl-magento)[mage-os/module-admin-activity-log

The Admin Activity extension makes it easy to track all admin activity with comprehensive audit logging.

2911.6k1](/packages/mage-os-module-admin-activity-log)[mage-os/module-automatic-translation

Automatic AI content translation for Mage-OS.

3223.7k](/packages/mage-os-module-automatic-translation)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1015.1k29](/packages/loki-magento2-components)

PHPackages © 2026

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