msp / devtools

msp/devtools

  • Riccardo Tempesta
  • Lorenzo Stramaccia
magento2-module Compatibility: 2.4.7-2.4.9 Code Quality: Fail Tests: N/A Security: Pass OSL-3.0

MageSpecialist DevTools for Magento 2

This module is intended to be used with MageSpecialist Chrome Toolbar.

Readme and installation guide can be found here: https://github.com/magespecialist/mage-chrome-toolbar

This module is also available for Magento 1: https://github.com/magespecialist/m1-MSP_DevTools/

Installing on Magento 2:

Please refer to this page: https://github.com/magespecialist/mage-chrome-toolbar#installing-on-magento-2

Some screenshot

Theme, Controller and Global information:

1.png

Blocks / Containers information:

2.png

uiComponents information:

3.png

Profiler information:

5.png

Inspector integration

main2.png

Known Issue

When using axios always set

headers: {'X-Requested-With': 'XMLHttpRequest'}

in your request config to avoid to avoid to obtain json with appended <script> tag as described in Issue #33

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.2.18 stable Fail Magento 2.4.7-2.4.9 Details 2024-04-22 16:56:43
1.2.17 stable Not tested Not yet tested Details 2023-03-15 15:06:00
1.2.16 stable Not tested Not yet tested Details 2022-08-09 12:39:31
1.2.15 stable Not tested Not yet tested Details 2021-09-01 16:22:17
1.2.14 stable Not tested Not yet tested Details 2018-05-18 15:24:58
1.2.13 stable Not tested Not yet tested Details 2018-05-18 14:58:03
1.2.12 stable Not tested Not yet tested Details 2018-01-25 11:40:37
1.2.11 stable Not tested Not yet tested Details 2018-01-25 11:13:44
1.2.10 stable Not tested Not yet tested Details 2018-01-23 13:20:20
1.2.9 stable Fail Not yet tested Details 2017-11-20 14:26:54
1.2.8 stable Not tested Not yet tested Details 2017-11-03 15:27:32
1.2.7 stable Not tested Not yet tested Details 2017-10-09 13:55:30
1.2.6 stable Not tested Not yet tested Details 2017-08-28 10:30:56
1.2.5 stable Not tested Not yet tested Details 2017-07-31 09:59:24
1.2.4 stable Not tested Not yet tested Details 2017-07-27 13:49:38
1.2.3 stable Not tested Not yet tested Details 2017-07-18 18:51:35
1.2.2 stable Not tested Not yet tested Details 2017-07-13 16:38:00
1.2.1 stable Not tested Not yet tested Details 2017-07-13 16:01:45
1.2.0 stable Not tested Not yet tested Details 2017-07-13 08:54:07
1.1.0 stable Not tested Not yet tested Details 2017-07-11 13:11:37
1.0.1 stable Not tested Not yet tested Details 2017-06-11 15:26:40
1.0.0 stable Not tested Not yet tested Details 2017-05-31 22:35:15
0.2.4 stable Not tested Not yet tested Details 2017-02-28 16:49:11
0.2.3 stable Not tested Not yet tested Details 2017-02-22 16:55:26
0.2.2 stable Not tested Not yet tested Details 2017-02-15 16:01:37
0.2.1 stable Not tested Not yet tested Details 2017-02-15 14:19:04
0.2.0 stable Not tested Not yet tested Details 2017-02-03 12:06:03
0.1.6 stable Not tested Not yet tested Details 2016-12-06 10:21:23
0.1.5 stable Not tested Not yet tested Details 2016-10-24 10:36:35
0.1.4 stable Not tested Not yet tested Details 2016-09-21 14:25:22
0.1.3 stable Not tested Not yet tested Details 2016-08-18 17:05:37
0.1.2 stable Not tested Not yet tested Details 2016-08-12 10:26:58
0.1.1 stable Not tested Not yet tested Details 2016-08-11 15:02:42
0.1.0 stable Not tested Not yet tested Details 2016-08-10 10:59:17

Requires 3

Package Constraint
php ^7.4|^8.1
msp/common *
magento/magento-composer-installer *

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 Warning 30 30 warnings (ruleset: Magento2) — 6 auto-fixable with phpcbf
PHPMD Warning 4 4 rule violations (MissingImport:2, EmptyCatchBlock:2)
Cpd Pass 0
Composer validate Info 2 valid; 2 advisory notes (composer validate --strict)

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 11 11
2.4.8 11 11
2.4.9 11 11

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
OSL-3.0
Authors

More from msp

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.