Git仓库下载工具PHP GitScraper.zip
GitScraper 通过 HTTP 从公开可访问的 ".git" 文件夹下载整个 Git 仓库。使用:require __DIR__.'/src/GitScraper.php';$scraper = new Delight\Git\GitScraper('http://www.example.com/.git/');$scraper->fetch();// var_dump($scraper->getFiles());$scraper->download('./');
下载地址
用户评论