deliverist/downloader

File downloader.

Maintainers

Package info

github.com/deliverist/downloader

pkg:composer/deliverist/downloader

Fund package maintenance!

Other

Statistics

Installs: 38

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-23 20:23:30 UTC


README

Build Status Downloads this Month Latest Stable Version License

Donate

Installation

Download a latest package or use Composer:

composer require deliverist/downloader

Deliverist\Downloader requires PHP 8.0 or later.

Usage

GitDownloader

<?php

use Deliverist\Downloader\GitDownloader;

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

License: New BSD License
Author: Jan Pecha, https://www.janpecha.cz/