- 授权协议: Apache
- 开发语言: PHP
- 操作系统: 跨平台
- 软件首页: https://github.com/delight-im/PHP-GitScraper
软件介绍
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('./');
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》 这本书的介绍吧!
