swissup/module-marketplace
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.
Contents
Installation
composer require swissup/module-marketplace bin/magento setup:upgrade
Usage
Command line interface
-
Activate update channel and enter access keys:
bin/magento marketplace:channel:enable
-
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>
-
That's all. Check your store frontend now!
Some modules requires additional configuration after installation. Please refer to the module documentation.
Magento backend interface
-
Navigate to System > Tools > Marketplace page.
-
Open Configuration panel, activate and add access keys to the channel you'd like to use.
-
Search for the module you'd like to install, and press Install button.
-
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>
swissup/module-marketplace 适用场景与选型建议
swissup/module-marketplace 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 412.16k 次下载、GitHub Stars 达 18, 最近一次更新时间为 2020 年 02 月 05 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「installer」 「marketplace」 「Module Manager」 「theme manager」 「magento marketplace」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 swissup/module-marketplace 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 swissup/module-marketplace 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 swissup/module-marketplace 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Installs Aura packages to the Aura system "package" directory.
Install WordPress must-use plugins with Composer
Automatically translate and review your content via Lokalise.
Arikam CMS installers
bootstrap select field module implementing http://silviomoreto.github.io/bootstrap-select/
统计信息
- 总下载量: 412.16k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 18
- 点击次数: 33
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-02-05