ml/git-synchronizer
Keeps directories synchronized to GitHub repositories
Maintainers
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
Requires (Dev)
None
Suggests
- monolog/monolog: Monolog allows logging the application flow
Provides
None
Conflicts
None
Replaces
None
MIT 224099a6c4926d51cb5b3f61543181a4fabdee28
- Markus Lanthaler <mail.woop@markus-lanthaler.com>
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.
