ml/git-synchronizer

Keeps directories synchronized to GitHub repositories

1.0.2 2014-07-20 15:33 UTC

This package is auto-updated.

Last update: 2024-03-25 20:00:55 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.