PHPackages                             magepulse/magento2-module-modules - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. magepulse/magento2-module-modules

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

magepulse/magento2-module-modules
=================================

Adds installed Magento module data to the MagePulse Collector payload.

1.2.0(1mo ago)1163proprietaryPHPCI passing

Since Mar 27Pushed 1mo agoCompare

[ Source](https://github.com/MagePulse/magento2-module-modules)[ Packagist](https://packagist.org/packages/magepulse/magento2-module-modules)[ RSS](/packages/magepulse-magento2-module-modules/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (3)Dependencies (6)Versions (5)Used By (0)

MagePulse Modules Magento 2 Module
==================================

[](#magepulse-modules-magento-2-module)

[![License](https://camo.githubusercontent.com/48ee2e8675f4cf16625f9247d90a423c2699f15fd5e76f9d1e95f36b52edc1b6/68747470733a2f2f706f7365722e707567782e6f72672f6d61676570756c73652f6d6167656e746f322d6d6f64756c652d6d6f64756c65732f6c6963656e7365)](./LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/1fa088a2814fc717f6d536ecb816b410afe30f7ab1dccaddba397fdd6e68f9f2/68747470733a2f2f706f7365722e707567782e6f72672f6d61676570756c73652f6d6167656e746f322d6d6f64756c652d6d6f64756c65732f646f776e6c6f616473)](https://packagist.org/packages/magepulse/magento2-module-modules)[![Latest Stable Version](https://camo.githubusercontent.com/0d084e43440afa3b54c7316a86cf275b56259de8212b5b71ee1cfe1090bd31bc/68747470733a2f2f706f7365722e707567782e6f72672f6d61676570756c73652f6d6167656e746f322d6d6f64756c652d6d6f64756c65732f762f737461626c65)](https://packagist.org/packages/magepulse/magento2-module-modules)

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
-----------------

[](#collector-payload)

This module contributes two keys to the MagePulse Collector payload.

### `modules`

[](#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"
  }
]
```

FieldSourceDescription`name`Magento module registryMagento 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`

[](#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"
  }
]
```

FieldSourceDescription`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 `packages` are included; `packages-dev` (dev dependencies) are omitted as they are not present in production installs.
- If `composer.lock` is absent or unreadable, this key will be an empty array and will not affect the rest of the payload.

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance88

Actively maintained with recent releases

Popularity16

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 ~16 days

Total

3

Last Release

59d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1225802?v=4)[Clive Walkden](/maintainers/clivewalkden)[@clivewalkden](https://github.com/clivewalkden)

---

Top Contributors

[![clivewalkden](https://avatars.githubusercontent.com/u/1225802?v=4)](https://github.com/clivewalkden "clivewalkden (9 commits)")

### Embed Badge

![Health badge](/badges/magepulse-magento2-module-modules/health.svg)

```
[![Health](https://phpackages.com/badges/magepulse-magento2-module-modules/health.svg)](https://phpackages.com/packages/magepulse-magento2-module-modules)
```

###  Alternatives

[elgentos/regenerate-catalog-urls

Regenerate Catalog URL Rewrites (products, categories, cms pages)

2842.6M](/packages/elgentos-regenerate-catalog-urls)[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68353.9k](/packages/run-as-root-magento2-prometheus-exporter)[myparcelnl/magento

A Magento 2 module that creates MyParcel labels

1859.0k](/packages/myparcelnl-magento)[loki/magento2-components

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

1010.0k22](/packages/loki-magento2-components)[magepal/magento2-form-field-manager

Customer and Address Form Fields Manager for Magento2

273.9k](/packages/magepal-magento2-form-field-manager)[mage-os/module-llm-txt

AI-powered LLMs.txt generation for Magento 2 / Mage-OS stores. Help AI systems understand your store with OpenAI-generated content.

223.3k](/packages/mage-os-module-llm-txt)

PHPackages © 2026

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