deliverist / downloader
文件下载器。
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-09-03 12:51:58 UTC
README
安装
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/