ml / git-synchronizer
Keeps directories synchronized to GitHub repositories
1.0.2
2014-07-20 15:33 UTC
Requires
- php: >=5.3.0
- psr/log: ~1.0
- silex/silex: ~1.1
- symfony/process: ~2
Suggests
- monolog/monolog: Monolog allows logging the application flow
This package is auto-updated.
Last update: 2024-10-25 21:12:44 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.