Deliverist\Downloader
, (*1)
, (*2)
Installation
Download a latest package or use Composer:, (*3)
composer require deliverist/downloader
Deliverist\Downloader requires PHP 8.0 or later., (*4)
Usage
GitDownloader
``` php
<?php, (*5)
use Deliverist\Downloader\GitDownloader;, (*6)
$downloader = new GitDownloader('https://github.com/deliverist/downloader.git', 'master');
$downloader->download('/path/to/destination/directory');, (*7)
```, (*8)
License: New BSD License
Author: Jan Pecha, https://www.janpecha.cz/, (*9)