matusstafura / magento2-systeminfo
Magento 2 module to show developer system info (PHP, MySQL, Redis, Elasticsearch, etc.) in admin and CLI.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=8.1
- magento/framework: >=103.0
README
This Magento 2 module provides detailed system information useful for developers, directly in the Admin panel and via CLI.
๐ Features
- Magento version & mode
- PHP version & extensions
- MySQL version
- Redis version
- Elasticsearch version
- Operating system info
๐ฆ Installation
๐ฆ Option 1: Installation via Composer (Packagist)
composer require --dev matusstafura/magento2-systeminfo
๐ง 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
Admin Panel
Go to:
Stores โ Configuration โ Advanced โ Dev Tools โ System Info
Youโll see a table with system info formatted for easy reading.
CLI
Run:
php bin/magento devtools:info