Git仓库下载工具PHP-GitScraper.zip

时间:2022-08-07 06:18:49
【文件属性】:

文件名称:Git仓库下载工具PHP-GitScraper.zip

文件大小:9KB

文件格式:ZIP

更新时间:2022-08-07 06:18:49

开源项目

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('./');


【文件预览】:
PHP-GitScraper-master
----composer.json(419B)
----NOTICE(140B)
----LICENSE(11KB)
----src()
--------GitScraper.php(6KB)
----README.md(3KB)
----.editorconfig(148B)

网友评论