deliverist / downloader
File downloader.
Fund package maintenance!
Other
v2.0.0
2023-05-03 09:44 UTC
Requires
- php: >=5.6.0
- czproject/path-helper: ^4.0
- czproject/runner: ^1.0
- nette/utils: ^2.4 || ^3.0 || ^4.0
This package is auto-updated.
Last update: 2024-11-03 13:13:03 UTC
README
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/