2017 © Pedro Peláez
 

library git-synchronizer

Keeps directories synchronized to GitHub repositories

image

ml/git-synchronizer

Keeps directories synchronized to GitHub repositories

  • Sunday, July 20, 2014
  • by markus
  • Repository
  • 1 Watchers
  • 1 Stars
  • 30 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 3 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

GitSynchronizer

Keeps a local folder synchronized with a Git repository on GitHub., (*1)

Installation

The easiest way to use GitSynchronizer is to integrate it as a dependency in your project's composer.json file:, (*2)

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

Installing is then a matter of running composer, (*3)

php composer.phar install

... and including Composer's autoloader to your project, (*4)

require('vendor/autoload.php');

Of course you can also download it as ZIP archive from Github., (*5)

The Versions

20/07 2014

dev-master

9999999-dev http://www.markus-lanthaler.com

Keeps directories synchronized to GitHub repositories

  Sources   Download

MIT

The Requires

 

git github deploy synchronize

20/07 2014

1.0.2

1.0.2.0 http://www.markus-lanthaler.com

Keeps directories synchronized to GitHub repositories

  Sources   Download

MIT

The Requires

 

git github deploy synchronize

07/01 2014

1.0.1

1.0.1.0 http://www.markus-lanthaler.com

Keeps directories synchronized to GitHub repositories

  Sources   Download

MIT

The Requires

 

git github deploy synchronize

07/04 2013

1.0.0

1.0.0.0 http://www.markus-lanthaler.com

Keeps directories synchronized to GitHub repositories

  Sources   Download

MIT

The Requires

 

git github deploy synchronize