ml/git-synchronizer
Composer 安装命令:
composer require ml/git-synchronizer
包简介
Keeps directories synchronized to GitHub repositories
README 文档
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.
统计信息
- 总下载量: 48
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-04-06