ml/git-synchronizer

Keeps directories synchronized to GitHub repositories

Maintainers

👁 markus

Package info

github.com/lanthaler/GitSynchronizer

Homepage

pkg:composer/ml/git-synchronizer

Statistics

Installs: 48

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 3

1.0.2 2014-07-20 15:33 UTC

Requires

Requires (Dev)

None

Suggests

Provides

None

Conflicts

None

Replaces

None

MIT 224099a6c4926d51cb5b3f61543181a4fabdee28

gitdeploygithubsynchronize

This package is auto-updated.

Last update: 2026-06-26 01:11:52 UTC


README

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

Installation

The easiest way to use GitSynchronizer is to integrate it as a dependency in your project's composer.json 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 from Github.