PHPackages                             barbieswimcrew/shopware-database-sync - 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. [Database &amp; ORM](/categories/database)
4. /
5. barbieswimcrew/shopware-database-sync

ActiveShopware-platform-plugin[Database &amp; ORM](/categories/database)

barbieswimcrew/shopware-database-sync
=====================================

Shopware plugin to sync databases between different instances via SSH

1.0.1(11mo ago)026MITPHPPHP &gt;=8.1

Since Mar 12Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/barbieswimcrew/shopware-database-sync)[ Packagist](https://packagist.org/packages/barbieswimcrew/shopware-database-sync)[ RSS](/packages/barbieswimcrew-shopware-database-sync/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Database Sync Plugin for Shopware 6
===================================

[](#database-sync-plugin-for-shopware-6)

This plugin enables synchronization of database dumps from a remote server to your local development environment and provides commands for managing database dumps.

Installation
------------

[](#installation)

```
composer require barbieswimcrew/shopware-database-sync
```

```
bin/console plugin:refresh
bin/console plugin:install --activate BarbieswimcrewDatabaseSync
```

Usage
-----

[](#usage)

### Sync from Remote Server

[](#sync-from-remote-server)

The following command starts the synchronization process from a remote server:

```
bin/console database:sync
```

The command will interactively ask for the following information:

- Remote Host (e.g. dev.example.com)
- SSH Username
- SSH Port (default: 22)
- Remote Path (default: /var/www/html)

The database dump will be saved in the local directory `var/dump` with the prefix "remote\_" and a timestamp.

### Create Local Database Dump

[](#create-local-database-dump)

To create a dump of your local database:

```
# Create dump and show status messages
bin/console database:dump

# Create dump and only output the file path
bin/console database:dump --path-only
```

The dump will be saved in the `var/dump` directory with a timestamp and automatically compressed with gzip.

### Import Database Dump

[](#import-database-dump)

To import an existing database dump:

```
bin/console database:import
```

This command will:

1. Show a list of available dumps in the `var/dump` directory
2. Let you select which dump to import
3. Import the selected dump into your database

Requirements
------------

[](#requirements)

- SSH access to the remote server (for sync functionality)
- Installed Shopware 6 instance on the remote server
- The plugin must be installed on both the local and the remote server
- Sufficient permissions for database dumps
- Sufficient disk space for database dumps

Support
-------

[](#support)

For questions or issues, please open an issue on GitHub or contact us at

License
-------

[](#license)

MIT License

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance52

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 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 ~97 days

Total

2

Last Release

335d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/078928038974fdd0691b612095467dd1f6b11888e797e09524ce3c28e42d96c6?d=identicon)[barbieswimcrew](/maintainers/barbieswimcrew)

---

Top Contributors

[![barbieswimcrew](https://avatars.githubusercontent.com/u/9333471?v=4)](https://github.com/barbieswimcrew "barbieswimcrew (3 commits)")

---

Tags

shopwareshopware6shopware6-plugindatabaseshopwaresync

### Embed Badge

![Health badge](/badges/barbieswimcrew-shopware-database-sync/health.svg)

```
[![Health](https://phpackages.com/badges/barbieswimcrew-shopware-database-sync/health.svg)](https://phpackages.com/packages/barbieswimcrew-shopware-database-sync)
```

###  Alternatives

[doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.

9.7k578.4M5.6k](/packages/doctrine-dbal)[doctrine/data-fixtures

Data Fixtures for all Doctrine Object Managers

2.8k136.1M516](/packages/doctrine-data-fixtures)[spatie/laravel-backup

A Laravel package to backup your application

6.0k21.8M191](/packages/spatie-laravel-backup)[scienta/doctrine-json-functions

A set of extensions to Doctrine that add support for json query functions.

58723.9M36](/packages/scienta-doctrine-json-functions)[awssat/laravel-sync-migration

Laravel tool helps to sync migrations without refreshing the database

10923.2k](/packages/awssat-laravel-sync-migration)[pixelstudio/wp-sync-db

WordPress plugin to sync database between different installs

472.5k1](/packages/pixelstudio-wp-sync-db)

PHPackages © 2026

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