deliverist/downloader

文件下载器。

v2.0.0 2023-05-03 09:44 UTC

This package is auto-updated.

Last update: 2024-09-03 12:51:58 UTC


README

Build Status Downloads this Month Latest Stable Version License

Donate

安装

下载最新包 或使用 Composer

composer require deliverist/downloader

Deliverist\Downloader 需要 PHP 5.6 或更高版本。

用法

GitDownloader

<?php

use Deliverist\Downloader\GitDownloader;

$downloader = new GitDownloader('https://github.com/deliverist/downloader.git', 'master');
$downloader->download('/path/to/destination/directory');

许可证: 新BSD许可证
作者: Jan Pecha, https://www.janpecha.cz/