swag / swag-extension-store
SWAG Extension Store
Installs: 75 899
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 20
Forks: 2
Open Issues: 2
Language:JavaScript
Type:shopware-platform-plugin
Requires
- shopware/administration: ~6.7.0@dev
- shopware/core: ~6.7.0@dev
- dev-trunk
- 6.6.x-dev
- 6.5.x-dev
- 6.4.x-dev
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 3.1.6
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.1
- 1.4.0
- 1.3.0
- 1.0.0
- dev-readme-update
- dev-feat/add-64-pipeline
- dev-fix/header-case-sensitivity
- dev-ana-460/refresh-admin-after-app-installation-backport
- dev-ana-460/refresh-admin-after-app-installation
- dev-major-prep-20250131-1112
- dev-next-37409/iap-manage-link
- dev-next-38473/refresh-iap-after-purchase
- dev-exs-126/added-in-app-purchase-modal-pw
- dev-exs-124/fix-refresh-for-app-65
- dev-exs-124/fix-refresh-for-app
- dev-exs-122/release-2.1.2
- dev-exs-122/fix-github-workflows
- dev-exs-122/promotion-banner-backport-6.5
This package is auto-updated.
Last update: 2025-07-22 08:36:11 UTC
README
SwagExtensionStore is the integrated Shopware Store for Shopware 6, enabling seamless extension management and offering direct access to the Shopware ecosystem right from your installation.
Features
- Shopware Store integration for Shopware 6
- Extension discovery, download, and updates
- Direct publishing workflow for store releases
About
SwagExtensionStore provides a tightly integrated extension marketplace experience within Shopware 6, supporting businesses and developers in discovering, purchasing, and managing extensions directly through their Shopware admin interface.
Installation
The SwagExtensionStore is usually bundled with Shopware 6 installations. If you need to set up the repository for development, follow standard Shopware plugin development procedures.
- Clone this repository into your Shopware 6 custom plugins directory:
git clone https://github.com/shopware/SwagExtensionStore.git
- Install the dependencies and refresh the plugin list:
bin/console plugin:refresh bin/console plugin:install --activate SwagExtensionStore bin/console cache:clear
- Access the Extension Store through your Shopware Administration UI.
Releasing a New Version
To publish a new version to the Shopware Store:
- Go to the Actions tab on GitHub.
- Select the Release to Store workflow.
- Click the Run workflow button.
This process creates a new release and publishes it directly to the Shopware Store.
Contributing
We welcome contributions! Please refer to the general Shopware contribution guidelines. Ensure your code follows project conventions and includes appropriate unit tests where applicable.