magepulse/magento2-module-modules
Composer 安装命令:
composer require magepulse/magento2-module-modules
包简介
Adds installed Magento module data to the MagePulse Collector payload.
README 文档
README
This module adds the full list of installed Magento modules with version, status, and composer metadata — plus all non-Magento composer dependencies — to the MagePulse Collector payload.
Collector Payload
This module contributes two keys to the MagePulse Collector payload.
modules
An array of every Magento module registered in the application, regardless of enabled state. Sourced from each module's own composer.json and module.xml.
"modules": [ { "name": "Magento_Store", "composer_name": "magento/module-store", "composer_version": "102.0.0", "module_version": "2.0.0", "enabled": "Enabled", "license": "proprietary", "support": "N/A" }, { "name": "Vendor_CustomModule", "composer_name": "vendor/module-custom", "composer_version": "1.3.2", "module_version": "1.3.2", "enabled": "Disabled", "license": "MIT", "support": "https://vendor.com/support" } ]
| Field | Source | Description |
|---|---|---|
name |
Magento module registry | Magento module code (e.g. Vendor_Name) |
composer_name |
Module composer.json → name |
Composer package name |
composer_version |
Module composer.json → version |
Version recorded in the module's composer.json |
module_version |
Module module.xml → setup_version |
Database schema version |
enabled |
Magento module manager | "Enabled" or "Disabled" |
license |
Module composer.json → license |
SPDX license identifier or "N/A" |
support |
Module composer.json → support.url |
Vendor support URL or "N/A" |
dependencies
An array of all non-Magento packages from the root composer.lock. Magento modules and themes (magento2-module, magento2-theme) are excluded here as they are already reported with full metadata under modules. This data is intended for server-side CVE database lookups.
"dependencies": [ { "name": "guzzlehttp/guzzle", "version": "7.4.5", "type": "library" }, { "name": "symfony/console", "version": "v5.4.21", "type": "library" }, { "name": "league/flysystem", "version": "3.12.0", "type": "library" } ]
| Field | Source | Description |
|---|---|---|
name |
composer.lock → packages[].name |
Composer package name |
version |
composer.lock → packages[].version |
Exact installed version |
type |
composer.lock → packages[].type |
Composer package type; defaults to "library" if absent |
Notes:
- Only
packagesare included;packages-dev(dev dependencies) are omitted as they are not present in production installs. - If
composer.lockis absent or unreadable, this key will be an empty array and will not affect the rest of the payload.
magepulse/magento2-module-modules 适用场景与选型建议
magepulse/magento2-module-modules 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 219 次下载、GitHub Stars 达 1, 最近一次更新时间为 2026 年 03 月 27 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 magepulse/magento2-module-modules 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 magepulse/magento2-module-modules 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 219
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 10
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2026-03-27