PHPackages                             shyim/shopware-migration - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. shyim/shopware-migration

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

shyim/shopware-migration
========================

Provides easy to use plugin migrations

1.1.2(8y ago)46.6kMITPHP

Since Oct 24Pushed 8y agoCompare

[ Source](https://github.com/shyim/ShyimMigration)[ Packagist](https://packagist.org/packages/shyim/shopware-migration)[ Docs](https://github.com/shyim/ShyimMigration)[ RSS](/packages/shyim-shopware-migration/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Easy to use Migrations for Shopware Plugins using Shopware Default Migrations
=============================================================================

[](#easy-to-use-migrations-for-shopware-plugins-using-shopware-default-migrations)

How to use this?
----------------

[](#how-to-use-this)

- Require migration package in our plugin folder

```
composer require shyim/shopware-migration
```

- Include autoload.php on top our Plugin Bootstrap

```
require __DIR__ . '/vendor/autoload.php';

use ShyimMigration\AbstractMigration;
use ShyimMigration\MigrationManager;
```

- Create a new migration folder in Pluginname/Resources/migrations
- Call migrations in our install, update, uninstall method

```
    public function install(InstallContext $context)
    {
        MigrationManager::doMigrations($this, $this->container, AbstractMigration::MODUS_INSTALL);
    }

    public function update(Plugin\Context\UpdateContext $context)
    {
        MigrationManager::doMigrations($this, $this->container, AbstractMigration::MODUS_UPDATE);
    }

    public function uninstall(UninstallContext $context)
    {
        if (!$context->keepUserData()) {
            MigrationManager::doMigrations($this, $this->container, AbstractMigration::MODUS_UNINSTALL);
        }
    }
```

Example Plugin
==============

[](#example-plugin)

[ShyimMigrationTest](https://github.com/shyim/ShyimMigrationTest)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~25 days

Total

3

Last Release

3073d ago

Major Versions

0.1.0 → 1.1.12017-10-25

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c45ef9077b73fce78afbfab2fa27e611a453dd77de003e2785ac84105d02bef?d=identicon)[shyim](/maintainers/shyim)

---

Top Contributors

[![shyim](https://avatars.githubusercontent.com/u/6224096?v=4)](https://github.com/shyim "shyim (5 commits)")

---

Tags

shopwaremigrationsplugins

### Embed Badge

![Health badge](/badges/shyim-shopware-migration/health.svg)

```
[![Health](https://phpackages.com/badges/shyim-shopware-migration/health.svg)](https://phpackages.com/packages/shyim-shopware-migration)
```

###  Alternatives

[robinherbots/jquery.inputmask

Inputmask is a javascript library which creates an input mask. Inputmask can run against vanilla javascript, jQuery and jqlite.

6.5k276.6k4](/packages/robinherbots-jqueryinputmask)[tgmpa/tgm-plugin-activation

TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins).

1.8k222.5k13](/packages/tgmpa-tgm-plugin-activation)[glpi-project/tools

Various tools for GLPI and its plugins

12710.9k4](/packages/glpi-project-tools)[shopware/app-php-sdk

Shopware App SDK for PHP

1577.8k1](/packages/shopware-app-php-sdk)[zumba/symbiosis

Symbiosis, event structure for bootstrapping plugins.

1360.4k1](/packages/zumba-symbiosis)[frosh/platform-html-minify

This plugin delivers minified HTML and minified inline JavaScript to visitors.

1170.7k](/packages/frosh-platform-html-minify)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
