swissup / module-marketplace

swissup/module-marketplace

One-Click modules and themes downloader/installer

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

Marketplace

Marketplace — is an extensible one-click modules and themes installer with command
line and Magento backend interfaces.
It allows to add unlimited number of custom software update channels and install
modules and themes from any third-party vendor including official Magento
Marketplace.

CLI Screenshot GUI Screenshot

Contents

Installation

composer require swissup/module-marketplace
bin/magento setup:upgrade

Usage

Command line interface

  1. Activate update channel and enter access keys:

    bin/magento marketplace:channel:enable
    
  2. Install the package(s) you need:

    # Download and enable module:
    bin/magento marketplace:package:require <package/name>
    # Run one-click installer (if module provides it):
    bin/magento marketplace:package:install <package/name>
    
  3. That's all. Check your store frontend now!

    Some modules requires additional configuration after installation.
    Please refer to the module documentation.

Magento backend interface

  1. Navigate to System > Tools > Marketplace page.

  2. Open Configuration panel, activate and add access keys to the
    channel you'd like to use.

  3. Search for the module you'd like to install, and press Install button.

  4. That's all. Check your store frontend now!

    Some modules requires additional configuration after installation.
    Please refer to the module documentation.

Extending Marketplace

Register your update channel

Custom update channels are registered via separate module with di.xml file
instructions. See following examples:

Create one-click installer

One-click installer is registered with etc/marketplace/installer.xml file.
See following examples:

FAQ

Can I install modules from the packagist?

Yes. But via CLI only.

Can I install modules from private repository?

Yes. But via CLI only. Here is an example:

# 1. Add your private repository to the composer.json
composer config repositories.<id> vcs https://github.com/repo/url.git

# 2. Setup auth data. Get token at https://github.com/settings/tokens/new?scopes=repo
bin/magento marketplace:auth github-oauth.github.com <token>

# 3. Use marketplace to download the module and run installer (if any)
bin/magento marketplace:package:require <package/name>
bin/magento marketplace:package:install <package/name>

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.10.7 stable Fail Magento 2.4.7-2.4.9 Details 2025-04-09 11:49:26
1.10.6 stable Not tested Not yet tested Details 2025-02-17 12:46:27
1.10.5 stable Not tested Not yet tested Details 2025-02-05 09:59:50
1.10.4 stable Not tested Not yet tested Details 2024-10-18 11:10:28
1.10.3 stable Not tested Not yet tested Details 2024-03-28 09:08:07
1.10.2 stable Not tested Not yet tested Details 2023-05-26 09:20:48
1.10.1 stable Not tested Not yet tested Details 2023-05-02 12:42:17
1.10.0 stable Not tested Not yet tested Details 2023-03-06 11:38:19
1.9.9 stable Not tested Not yet tested Details 2022-11-11 12:50:56
1.9.8 stable Not tested Not yet tested Details 2022-07-12 06:51:20
1.9.7 stable Not tested Not yet tested Details 2022-05-23 14:02:27
1.9.6 stable Not tested Not yet tested Details 2022-04-15 13:15:14
1.9.5 stable Not tested Not yet tested Details 2022-04-15 09:17:02
1.9.4 stable Not tested Not yet tested Details 2022-02-07 09:24:43
1.9.3 stable Not tested Not yet tested Details 2021-11-09 07:40:11
1.9.2 stable Not tested Not yet tested Details 2021-09-09 11:37:19
1.9.1 stable Not tested Not yet tested Details 2021-08-13 08:35:00
1.9.0 stable Not tested Not yet tested Details 2021-07-26 06:55:56
1.8.1 stable Not tested Not yet tested Details 2021-03-15 09:21:27
1.8.0 stable Not tested Not yet tested Details 2020-11-20 12:01:26
1.7.7 stable Not tested Not yet tested Details 2020-10-30 15:15:00
1.7.6 stable Not tested Not yet tested Details 2020-10-22 06:45:19
1.7.5 stable Not tested Not yet tested Details 2020-10-20 07:35:12
1.7.4 stable Not tested Not yet tested Details 2020-09-17 08:57:09
1.7.3 stable Not tested Not yet tested Details 2020-09-14 20:57:52
1.7.2 stable Not tested Not yet tested Details 2020-08-04 11:55:32
1.7.1 stable Not tested Not yet tested Details 2020-07-15 15:39:06
1.7.0 stable Not tested Not yet tested Details 2020-06-23 07:58:11
1.6.0 stable Not tested Not yet tested Details 2020-06-18 06:51:42
1.5.5 stable Not tested Not yet tested Details 2020-06-12 11:00:38
1.5.4 stable Not tested Not yet tested Details 2020-06-11 07:55:19
1.5.3 stable Not tested Not yet tested Details 2020-06-11 07:30:36
1.5.2 stable Not tested Not yet tested Details 2020-06-11 07:19:30
1.5.1 stable Not tested Not yet tested Details 2020-05-27 09:10:07
1.5.0 stable Not tested Not yet tested Details 2020-05-22 09:23:11
1.4.0 stable Not tested Not yet tested Details 2020-05-04 10:40:58
1.3.2 stable Not tested Not yet tested Details 2020-04-29 10:13:24
1.3.1 stable Not tested Not yet tested Details 2020-04-23 09:22:01
1.3.0 stable Not tested Not yet tested Details 2020-04-22 19:35:22
1.2.1 stable Not tested Not yet tested Details 2020-02-25 08:13:00
1.2.0 stable Not tested Not yet tested Details 2020-02-24 09:54:09
1.1.2 stable Not tested Not yet tested Details 2020-02-18 09:36:11
1.1.1 stable Not tested Not yet tested Details 2020-02-17 15:18:01
1.1.0 stable Not tested Not yet tested Details 2020-02-17 12:47:33
1.0.0 stable Not tested Not yet tested Details 2020-02-13 12:52:24

Requires 11

Package Constraint
composer/composer *
magento/framework >=101.0
magento/module-backend >=100.2
magento/module-catalog *
magento/module-cms *
magento/module-deploy >=100.0
magento/module-theme *
magento/module-ui >=101.0
monolog/monolog *
psr/log *
symfony/console *

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 97 97 warnings (ruleset: Magento2) — 4 auto-fixable with phpcbf
PHPMD Warning 84 84 rule violations (MissingImport:39, UnusedFormalParameter:12, NPathComplexity:7, IfStatementAssignment:5, CyclomaticComplexity:5)
Cpd Pass 0
Composer validate Info 12 valid; 12 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 121 121
2.4.8 120 120
2.4.9 120 120

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

More from swissup

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.