Git 仓库下载工具 PHP-GitScraper

码农软件 · 软件分类 · Git开源工具 · 2019-11-04 07:59:53

软件介绍

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

本文地址:https://codercto.com/soft/d/18228.html

Pro Django

Pro Django

Marty Alchin / Apress / 2008-11-24 / USD 49.99

Django is the leading Python web application development framework. Learn how to leverage the Django web framework to its full potential in this advanced tutorial and reference. Endorsed by Django, Pr......一起来看看 《Pro Django》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

在线进制转换器
在线进制转换器

各进制数互转换器

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具