定制 swissup/module-marketplace 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

swissup/module-marketplace

最新稳定版本:1.10.7

Composer 安装命令:

composer require swissup/module-marketplace

包简介

One-Click modules and themes downloader/installer

README 文档

README

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>

统计信息

  • 总下载量: 364.84k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 19
  • 点击次数: 3
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 19
  • Watchers: 9
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固