Download the PHP package swag/migration-assistant without Composer
On this page you can find all versions of the php package swag/migration-assistant. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download swag/migration-assistant
More information about swag/migration-assistant
Files in swag/migration-assistant
Package migration-assistant
Short Description Migration plugin for shopware/platform
License MIT
Informations about the package migration-assistant
SwagMigrationAssistant
The Shopware Migration Assistant establishes a connection between a data source and Shopware 6 and guides you step by step through the migration process.
It supports migrating numerous datasets (products, manufacturers, customers, …) and updating them at any time. Before a migration starts, the assistant runs a data check and supports creating “mappings” to resolve missing/unassignable data (for example: assign missing manufacturers to a default manufacturer) to avoid data loss.
Overview
- Documentation
- Shopware 5
- Requirements
- Installation
- Developer setup
- Common workflows
- Release notes / upgrades
- License
Documentation
- User documentation: Shopware Migration docs
- Developer documentation: Migration Assistant developer docs
Shopware 5: Migration Connector
When migrating from Shopware 5, you can migrate locally or connect via the “Migration Connector” plugin from the Shopware Store:
- Migration Connector: Shopware Store listing
The connector provides API endpoints so Shopware 6 can establish a secure connection to the Shopware 5 shop. Keep it enabled as long as you need updates/delta migrations.
Requirements
- Shopware:
shopware/core(see version herecomposer.json) - Node.js / npm: required for administration and JS tooling (lint/unit/acceptance)
- MySQL client: required for importing Shopware 5 fixture data (optional)
Installation (Shopware 6 project)
Expected path (relative to your Shopware 6 project root) for the plugin:
custom/plugins/SwagMigrationAssistant
From the shopware root directory:
Alternatively, use the provided shortcut:
Developer setup
-
Install JS dependencies (administration + Jest + Playwright project):
- Install git pre-commit hook (optional):
Common workflows
Linting & formatting
Run everything (PHP + admin):
Run individual parts:
Tests
-
PHPUnit:
-
Administration unit tests (Jest):
- Acceptance tests (Playwright):
More details (including Playwright install steps) can be found in the acceptance tests README.
Updating visual regression snapshots
Visual regression tests compare screenshots against baseline images. When UI changes are intentional, update the snapshots via CI to ensure consistency across environments:
- Go to Actions > Acceptance workflow
- Click Run workflow
- Check Update snapshots
- Run the workflow and wait for completion
- Download the
visual-snapshots-trunkartifact - Extract and replace
tests/acceptance/snapshots/with the downloaded files - Commit the updated snapshots to your branch
Import Shopware 5 fixture database (optional)
This imports tests/_fixtures/database/shopware55.sql into the database configured in your Shopware root .env via DATABASE_URL.
Release notes / upgrades
- Changelog:
CHANGELOG.md - Breaking changes:
UPGRADE.md
License
MIT See LICENSE.