PHPackages                             ml/git-synchronizer - 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. ml/git-synchronizer

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

ml/git-synchronizer
===================

Keeps directories synchronized to GitHub repositories

1.0.2(11y ago)1481[3 issues](https://github.com/lanthaler/GitSynchronizer/issues)1MITPHPPHP &gt;=5.3.0

Since Apr 7Pushed 11y ago1 watchersCompare

[ Source](https://github.com/lanthaler/GitSynchronizer)[ Packagist](https://packagist.org/packages/ml/git-synchronizer)[ Docs](http://www.markus-lanthaler.com)[ RSS](/packages/ml-git-synchronizer/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (3)Versions (4)Used By (1)

GitSynchronizer
===============

[](#gitsynchronizer)

Keeps a local folder synchronized with a Git repository on GitHub.

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

[](#installation)

The easiest way to use GitSynchronizer is to integrate it as a dependency in your project's [composer.json](http://getcomposer.org/doc/00-intro.md) file:

```
{
    "require": {
        "ml/git-synchronizer": "@dev"
    }
}
```

Installing is then a matter of running composer

```
php composer.phar install

```

... and including Composer's autoloader to your project

```
require('vendor/autoload.php');
```

Of course you can also download it as [ZIP archive](https://github.com/lanthaler/GitSynchronizer/archive/master.zip)from Github.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

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

Total

3

Last Release

4318d ago

### Community

Maintainers

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

---

Top Contributors

[![lanthaler](https://avatars.githubusercontent.com/u/456407?v=4)](https://github.com/lanthaler "lanthaler (11 commits)")

---

Tags

githubgitdeploysynchronize

### Embed Badge

![Health badge](/badges/ml-git-synchronizer/health.svg)

```
[![Health](https://phpackages.com/badges/ml-git-synchronizer/health.svg)](https://phpackages.com/packages/ml-git-synchronizer)
```

###  Alternatives

[banago/phploy

PHPloy - Incremental Git (S)FTP deployment tool that supports submodules, multiple servers and rollbacks.

1.4k47.2k](/packages/banago-phploy)[pomander/pomander

Deployment for PHP

19815.7k2](/packages/pomander-pomander)[brunodebarros/git-deploy-php

git-deploy-php is a simple php-based tool that deploys your Git repositories to FTP/SFTP servers, and keeps them updated automatically.

2921.2k](/packages/brunodebarros-git-deploy-php)

PHPackages © 2026

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