corrivate / magento2-composer-dashboard

corrivate/magento2-composer-dashboard

View composer issues inside the Magento admin panel, useful for PMs etc.

  • Lau Bannenberg
magento2-module Compatibility: Not yet tested Code Quality: Pending Tests: N/A Security: Pending MIT

Are you the maintainer of corrivate?

Packagento pulls corrivate's Composer packages from the public registry so buyers can find them here.

Claim the namespace to take ownership, publish new releases directly, and start charging for premium versions.

Claim this namespace →

Viewing version 0.4.1. Latest version is 0.7.0. Switch to latest
Corrivate Logo

Magento 2 Composer Dashboard

by Corrivate

Latest Version on Packagist
MIT Licensed

Introduction

This module provides a dashboard inside the Magento admin to view your composer packages;

  • What packages are installed? Are they up to date?
  • Are there any security advisories for these packages?

Under the hood it uses Composer to fetch the data, but it exposes that data in a way that's friendlier for merchants, project managers etc. to review.

Additionally, you can:

  • Configure email addresses to receive a daily reminder about security advisories against your installed packages.
  • Configure email addresses to receive a weekly reminder about directly installed packages in need of upgrading.

Installation

Installation is straightforward. In your local dev environment you can run:

composer require corrivate/magento2-composer-dashboard
bin/magento setup:upgrade

This should add the following to your app/etc/config.php:

'Corrivate_ComposerDashboard' => 1,
'Loki_CssUtils' => 1,
'Loki_Base' => 1,
'Loki_Components' => 1,
'Loki_AdminComponents' => 1,

Permissions

If your admin users have customized roles, you may need to grant them permission to use the Composer Dashboard under System > User Roles.

Loki Admin Components

As you can see, we depend on Loki Admin Components under the hood to present the dashboard. Writing this package was a good test project to see how much easier Loki makes it to write admin functionality compared to the classic Magento UI components. (Turns out, a lot.)

Usage

In the admin, you can find the dashboard under the System > Composer Dashboard heading.

Security Advisories

This uses composer audit under the hood to retrieve advisories for installed packages.

Installed Packages

This uses composer show to gather information about all your installed (non-dev) packages.

Note that the latest version reported here is the latest version you have access to. It's possible that for some (private/third party) packages there are newer versions that you don't have access to, for example because you'd need to renew your subscription. Unfortunately there's no universal way to check that through Composer.

Configuring reminder emails

In your Stores > Configuration > Advanced > Composer Dashboard tab, you can configure which email addresses should receive reminders about packages that need attention.

API endpoints

This module also provides API endpoints (again, gated by the same ACL permission) to enable centralized dependency monitoring:

  • GET /V1/composerDashboard/audit
  • GET /V1/composerDashboard/installed

Advanced

Package aliases

Some vendors use commercial names for packages that are quite different than their composer names for those packages. To make this easier to read you can provide an alias through di.xml:

    <type name="Corrivate\ComposerDashboard\Model\Composer\PackageAliases">
        <arguments>
            <argument name="aliases" xsi:type="array">
                <item name="amasty/shopby" xsi:type="string">Improved Layered Navigation</item>
            </argument>
        </arguments>
    </type>

Known Issues

  • Filters in the grids don't work. This feature is not fully implemented yet in the Loki Admin Components.

Corrivate

(en.wiktionary.org)

Etymology

From Latin corrivatus, past participle of corrivare ("to corrivate").

Verb

corrivate (third-person singular simple present corrivates, present participle corrivating, simple past and past participle corrivated)

(obsolete) To cause to flow together, as water drawn from several streams.

Changelog

0.4.1

Fixed

  • Removed broken-link logo from emails

0.4.0

Added

  • API endpoints to enable central monitoring of installed packages & advisories

0.3.1

Fixed

  • Github friendly README.md header

0.3.0

Added

  • Setup script to initially enable the cache

0.2.0

Added

  • Added filtering to security advisory grid
  • Can configure daily warning emails about security advisories and weekly emails about possible updates

Improved

  • CVEs and update status are now sortable by priority instead of alphabetical
  • Better handling of composer results with empty fields

0.1.2

Fixed

  • composer.json typo

0.1.1

Fixed

  • composer.json autoload glitches

Added

  • README badges

0.1.0

Initial release

Versions
Version Stability QA Status Compatibility Released
0.7.0 stable Fail Magento 2.4.7-2.4.9 Details 2026-07-23 21:38:22
0.6.2 stable Not tested Not yet tested Details 2026-05-03 22:11:20
0.6.1 stable Not tested Not yet tested Details 2026-03-10 08:08:44
0.6.0 stable Not tested Not yet tested Details 2026-02-23 17:30:08
0.5.1 stable Not tested Not yet tested Details 2026-01-29 07:45:44
0.5.0 stable Not tested Not yet tested Details 2026-01-12 20:27:31
0.4.2 stable Not tested Not yet tested Details 2026-01-05 22:23:54
0.4.1 stable Not tested Not yet tested Details 2026-01-05 20:20:13
0.4.0 stable Not tested Not yet tested Details 2026-01-05 17:43:30
0.3.1 stable Not tested Not yet tested Details 2026-01-05 14:26:08
0.3.0 stable Not tested Not yet tested Details 2026-01-05 14:19:54
0.2.0 stable Not tested Not yet tested Details 2026-01-05 11:08:18
0.1.2 stable Not tested Not yet tested Details 2025-12-30 12:24:26
0.1.1 stable Not tested Not yet tested Details 2025-12-30 12:10:17
0.1.0 stable Not tested Not yet tested Details 2025-12-30 12:02:35

Requires 2

Package Constraint
loki/magento2-admin-components >=0.4.4 <0.7
php ^8.1

No QA results yet

QA pipelines haven't run for this version. Compatibility and quality results appear here once the vendor publishes a tagged release that gets ingested.

License
MIT
Authors

More from corrivate

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.