deliverist/downloader

File downloader.

Fund package maintenance!
Other

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

This package is auto-updated.

Last update: 2024-04-03 11:55:28 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 5.6 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/