PHPackages                             drands/deployer-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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. drands/deployer-sync

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

drands/deployer-sync
====================

A Laravel package to synchronize database and uploaded files between local and remote servers using Deployer.

1.0.6(1mo ago)21.1k↓55.7%MITPHPPHP &gt;=8.1

Since Apr 16Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/drands/deployer-sync)[ Packagist](https://packagist.org/packages/drands/deployer-sync)[ RSS](/packages/drands-deployer-sync/feed)WikiDiscussions main Synced 3d ago

READMEChangelogDependencies (6)Versions (8)Used By (0)

Deployer Sync
=============

[](#deployer-sync)

This package provides a set of commands to synchronize uploaded files and database between a remote server and your local machine using Deployer.

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

[](#installation)

Install the package using Composer:

```
composer require drands/deployer-sync
```

Add the following to your `deploy.yml` file:

```
import:
  - vendor/drands/deployer-sync/src/recipe/sync.php
```

You must also set the `local_php_path` variable with the path to your PHP executable on your local machine. For example:

```
local_php_path: php
```

**Important:** Before you can execute actions on the remote server, you must perform a deployment.

Usage
-----

[](#usage)

### Full sync files and database from remote server to local machine

[](#full-sync-files-and-database-from-remote-server-to-local-machine)

```
dep sync:prod-to-local
```

### Only export files and database from remote server and download to local machine

[](#only-export-files-and-database-from-remote-server-and-download-to-local-machine)

```
dep sync:export-to-local
```

### Only import files and database from sync\_export.zip

[](#only-import-files-and-database-from-sync_exportzip)

```
dep sync:import-from-local
```

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance93

Actively maintained with recent releases

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

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

Recently: every ~102 days

Total

7

Last Release

34d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1612938?v=4)[Dani F. Serch](/maintainers/daniouyea)[@daniouyea](https://github.com/daniouyea)

![](https://www.gravatar.com/avatar/2cc8e65968f889dff8d685730d1ad08ae5d153f07d21f3aa36262960be182033?d=identicon)[drands](/maintainers/drands)

---

Top Contributors

[![daniouyea](https://avatars.githubusercontent.com/u/1612938?v=4)](https://github.com/daniouyea "daniouyea (21 commits)")

### Embed Badge

![Health badge](/badges/drands-deployer-sync/health.svg)

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

###  Alternatives

[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M201](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

725173.2k14](/packages/tallstackui-tallstackui)[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M7](/packages/propaganistas-laravel-disposable-email)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k91.9k1](/packages/mike-bronner-laravel-model-caching)

PHPackages © 2026

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