Download the PHP package swissup/module-marketplace without Composer
On this page you can find all versions of the php package swissup/module-marketplace. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download swissup/module-marketplace
More information about swissup/module-marketplace
Files in swissup/module-marketplace
Package module-marketplace
Short Description One-Click modules and themes downloader/installer
License MIT
Informations about the package module-marketplace
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.
Contents
- Installation
- Usage
- Command line interface
- Magento backend interface
- Extending Marketplace
- Register your update channel
- Create one-click installer
- FAQ
- Can I install modules from the packagist?
- Can I install modules from private repository?
Installation
Usage
Command line interface
-
Activate update channel and enter access keys:
-
Install the package(s) you need:
-
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:
All versions of module-marketplace with dependencies
magento/framework Version >=101.0
magento/module-backend Version >=100.2
magento/module-catalog Version *
magento/module-cms Version *
magento/module-deploy Version >=100.0
magento/module-theme Version *
magento/module-ui Version >=101.0
monolog/monolog Version *
psr/log Version *
symfony/console Version *