PHPackages                             laemmi/sync-tools - 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. laemmi/sync-tools

ActiveProject

laemmi/sync-tools
=================

1.4.1(3y ago)21.7kMITPHPPHP ^7.4|^8.0

Since Feb 8Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Laemmi/sync-tools)[ Packagist](https://packagist.org/packages/laemmi/sync-tools)[ Docs](https://www.spacerabbit.de)[ RSS](/packages/laemmi-sync-tools/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (10)Dependencies (4)Versions (15)Used By (0)

Sync tools
==========

[](#sync-tools)

Description
-----------

[](#description)

Synchronisation &amp; Backup von Mysql-Datenbanken &amp; Dateien.

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

[](#installation)

```
composer require laemmi/sync-tools

```

Configuration
-------------

[](#configuration)

Create `config/lst-config.yml`. You can use template from `vendor/laemmi/sync-tools/lst-config.yml.dist`. Add your credentials.

### ssh\_force\_transfer (bool) Default: true

[](#ssh_force_transfer-bool-default-true)

If set to false mysql dump would be transfer with rsync. It is better on slow internet connections.

Usage
-----

[](#usage)

Backup local database.

```
./vendor/lst database:backup

```

Dump database from remote to local destination.

```
./vendor/lst database:dump

```

Import Databasedump to local database. import\_dump is optional name of database for import.

```
./vendor/lst database:import import_dump

```

Sync remote database to local database.

```
./vendor/lst database:sync

```

Sync files from remote or local to local destination.

```
./vendor/lst file:sync

```

Backup local files

```
./vendor/lst file:backup

```

Test locally with docker
------------------------

[](#test-locally-with-docker)

```
docker-compose up -d

```

### Database backup (local)

[](#database-backup-local)

```
docker-compose exec php ./bin/lst database:backup

```

### Database dump

[](#database-dump)

```
docker-compose exec php ./bin/lst database:dump

```

### Database import

[](#database-import)

```
docker-compose exec php ./bin/lst database:import

```

### Database synchronisation

[](#database-synchronisation)

```
docker-compose exec php ./bin/lst database:sync

```

### File synchronisation

[](#file-synchronisation)

```
docker-compose exec php ./bin/lst file:sync

```

### File backup (local)

[](#file-backup-local)

```
docker-compose exec php ./bin/lst file:backup

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

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

Recently: every ~132 days

Total

14

Last Release

1109d ago

PHP version history (2 changes)1.0.0PHP ^7.4

1.3.3PHP ^7.4|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/e4e51e743debe44cb80b6f520f5fa0866be13530685e03b7f470cd3e45186cd6?d=identicon)[Laemmi](/maintainers/Laemmi)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/laemmi-sync-tools/health.svg)

```
[![Health](https://phpackages.com/badges/laemmi-sync-tools/health.svg)](https://phpackages.com/packages/laemmi-sync-tools)
```

###  Alternatives

[behat/behat

Scenario-oriented BDD framework for PHP

4.0k96.8M2.0k](/packages/behat-behat)[laravel/sail

Docker files for running a basic Laravel application.

1.9k186.9M1.0k](/packages/laravel-sail)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[neos/flow

Flow Application Framework

862.0M451](/packages/neos-flow)

PHPackages © 2026

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