PHPackages                             insight-media/statamic-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. [CLI &amp; Console](/categories/cli)
4. /
5. insight-media/statamic-sync

ActiveLibrary[CLI &amp; Console](/categories/cli)

insight-media/statamic-sync
===========================

A package for Statamic projects which provides console commands to synchronise content between local and remote projects.

v2.0.0(4y ago)026[2 PRs](https://github.com/insight-media/statamic-sync/pulls)MITPHPPHP ^8.0CI passing

Since Feb 26Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/insight-media/statamic-sync)[ Packagist](https://packagist.org/packages/insight-media/statamic-sync)[ Docs](https://github.com/insight-media/statamic-sync)[ GitHub Sponsors]()[ RSS](/packages/insight-media-statamic-sync/feed)WikiDiscussions main Synced today

READMEChangelog (5)Dependencies (4)Versions (8)Used By (0)

[![](https://camo.githubusercontent.com/579f64c8807591f111bfe691bbbe39a5f0d720dc7482898f8d4fb72ad4143642/68747470733a2f2f7777772e696e73696768742d6d656469612e62652f696d616765732f6c6f676f2e737667)](https://camo.githubusercontent.com/579f64c8807591f111bfe691bbbe39a5f0d720dc7482898f8d4fb72ad4143642/68747470733a2f2f7777772e696e73696768742d6d656469612e62652f696d616765732f6c6f676f2e737667)

A console command to keep your local Statamic project in sync with the production version.
==========================================================================================

[](#a-console-command-to-keep-your-local-statamic-project-in-sync-with-the-production-version)

[![Latest Version on Packagist](https://camo.githubusercontent.com/08b2cb9b23de38c0e5dc87fb240a22ac472b3f5d2b83f5d9c789be4d5b1b9331/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7061636b61676973742d76312e302e302d626c7565)](https://packagist.org/p2/insight-media/statamic-sync)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/a8e2ac9ca8700fbc3850d005b9386456e8cf5a6df7edbb5bc97e868eaed7ba23/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f696e73696768742d6d656469612f73746174616d69632d73796e632f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/insight-media/statamic-sync/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/afbb969f7ea367ab31dcec1de4cb6f7bf840e6a8c2be3085564ac7f7fcabad32/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696e73696768742d6d656469612f73746174616d69632d73796e632e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/insight-media/statamic-sync)

This package for Statamic projects provides a console command to pull the CMS content from your production version into your local version.

The package requires an SSH connection to your webserver.

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

[](#installation)

You can install the package via composer:

```
composer require --dev insight-media/statamic-sync
```

You can optionally publish the config file with:

```
php artisan vendor:publish --tag="statamic-sync-config"
```

Add and edit the following env variables:

```
SSH_USER=user
SSH_HOST=yourproject.com
SSH_PORT=22
SSH_PATH=/var/www/project

```

Usage
-----

[](#usage)

```
php artisan statamic:sync
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Insight Media](https://github.com/insight-media)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance48

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

5

Last Release

1553d ago

Major Versions

v1.0.3 → v2.0.02022-04-01

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/251644073?v=4)[Insight Media](/maintainers/insight-media)[@insight-media](https://github.com/insight-media)

---

Top Contributors

[![dries-dekeersgieter](https://avatars.githubusercontent.com/u/6231271?v=4)](https://github.com/dries-dekeersgieter "dries-dekeersgieter (13 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (12 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (11 commits)")

---

Tags

laravelstatamicstatamic-v3laravelInsight Mediastatamic-sync

### Embed Badge

![Health badge](/badges/insight-media-statamic-sync/health.svg)

```
[![Health](https://phpackages.com/badges/insight-media-statamic-sync/health.svg)](https://phpackages.com/packages/insight-media-statamic-sync)
```

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M46](/packages/spatie-laravel-pdf)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M96](/packages/dedoc-scramble)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k36](/packages/spatie-laravel-passkeys)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

44855.7k](/packages/harris21-laravel-fuse)

PHPackages © 2026

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