redchamps / module-clean-admin-menu

redchamps/module-clean-admin-menu

It will merge all third party extensions menu items to single menu item named 'Extensions'.

magento2-module Compatibility: 2.4.7-2.4.9 Code Quality: Fail Tests: N/A Security: Pass MIT

Clean Admin Menu - Magento 2 Extension

Latest Stable Version
License: MIT
Packagist
Packagist
Supported Magento Versions

Overview

Clean Admin Menu is a Magento 2 extension that organizes and simplifies your admin panel by consolidating third-party extension menus. It follows Magento's best practices for admin menu organization by:

  1. Merging all third-party extension menu items into a single "Extensions" menu item in the backend's primary navigation
  2. Consolidating third-party extension configuration tabs under Stores > Configuration into a single "Extensions" tab
  3. Placing the consolidated "Extensions" tab after native Magento tabs

This organization aligns with Magento's official Admin Best Practices for feature-level extensions.

Features

  • Consolidates all third-party extension menus into a single "Extensions" section
  • Organizes extension configuration settings under a unified tab
  • Follows Magento's recommended admin menu structure
  • Customizable menu organization through admin configuration
  • Compatible with Magento 2.4.0 through 2.4.8+

Installation

Install via Composer:

composer require redchamps/module-clean-admin-menu

After installation:

  1. Run bin/magento setup:upgrade
  2. Run bin/magento setup:di:compile
  3. Run bin/magento cache:clean

Configuration

Access the extension settings at:

Stores > Configuration > Extensions > RedChamps > Clean Admin Menu

Available Settings:

  • Menu organization preferences
  • Configuration tab placement
  • Developer tools for custom menu ID management

Visual Examples

Main Navigation

Primary Navigation

Extensions Configuration

System Config

Before and After Comparison

Before and after comparison

Troubleshooting

If any extension menu item is not automatically moved under the "Extensions" menu:

  1. Navigate to: Stores > Configuration > Extensions > RedChamps > Clean Admin Menu > Developer Tools
  2. Find the menu ID of the extension that needs to be moved
  3. Add the menu ID to the "Move Menu ID's" setting

Requirements

  • Magento 2.4.0 or higher
  • PHP 7.4 or higher

Support

Authors

  • RedChamps [Maintainer] Twitter Follow
  • Ravinder [Maintainer] Twitter Follow
  • Thomas Klein [Contributor] Twitter Follow
  • Prince Antil [Contributor] Twitter Follow

License

This project is licensed under the MIT License - see the LICENSE file for details.

More Extensions

Visit our store for more free and paid Magento 2 extensions.

No changelog yet

The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.

Versions
Version Stability QA Status Compatibility Released
1.1.7 stable Fail Magento 2.4.7-2.4.9 Details 2025-04-16 17:13:15
1.1.6 stable Not tested Not yet tested Details 2025-04-12 08:43:12
1.1.5 stable Not tested Not yet tested Details 2024-02-27 05:58:29
1.1.4 stable Not tested Not yet tested Details 2023-06-14 11:48:38
1.1.3 stable Not tested Not yet tested Details 2021-10-05 12:08:32
1.1.2 stable Not tested Not yet tested Details 2021-09-24 16:44:56
1.1.1 stable Not tested Not yet tested Details 2021-07-20 09:56:56
1.1.0 stable Not tested Not yet tested Details 2020-12-18 01:05:14
1.0.9 stable Not tested Not yet tested Details 2020-10-22 13:35:13
1.0.8 stable Not tested Not yet tested Details 2020-10-07 09:55:25
1.0.7 stable Not tested Not yet tested Details 2020-06-15 16:27:37
1.0.6 stable Not tested Not yet tested Details 2020-06-04 10:54:23
1.0.5 stable Not tested Not yet tested Details 2020-05-18 06:56:31
1.0.4 stable Not tested Not yet tested Details 2020-03-17 14:45:19
1.0.3 stable Not tested Not yet tested Details 2020-02-14 14:29:47
1.0.2 stable Not tested Not yet tested Details 2020-01-14 14:32:08
1.0.1 stable Not tested Not yet tested Details 2020-01-06 18:54:05
1.0.0 stable Not tested Not yet tested Details 2019-12-27 10:40:17

Requires 3

Package Constraint
magento/framework ^100.0||^101.0||^102.0||^103.0
magento/module-backend ^100.0||^101.0||^102.0
magento/module-config ^100.0||^101.0

Compatibility

Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.

Compatibility matrix (Magento × PHP)
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 Pass Pass
2.4.8 Pass Pass
2.4.9 Pass Pass

Code Quality

Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge — a phpcs finding can't make a module incompatible.

Static analysis

Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.

Static analysis results
Tool Status Findings Summary
PHPCS Fail 28 17 errors, 11 warnings (ruleset: Magento2) — 9 auto-fixable with phpcbf
PHPMD Warning 2 2 rule violations (UnusedFormalParameter:2)
Cpd Pass 0
Composer validate Pass 0

PHPStan

Type-checks the module's PHP against a real Magento install at the configured gate level. Re-runs per Magento and PHP version because resolvable symbols differ between releases. Cell → details modal.

PHPStan results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 4 4
2.4.8 4 4
2.4.9 4 4

Tests

Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.

Unit tests

Unit tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Integration tests

Integration tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Security

Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.

Security results
Tool Status Findings Summary
Composer audit Pass 0
Malware scan Pass 0
License
MIT
Homepage
https://redchamps.com/clean-admin-menu-magento-2-extension.html
Authors

More from redchamps

View vendor
Make it pay

Turn an existing module into recurring revenue.

If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.