nevadskiy/downloader
最新稳定版本:0.5.2
Composer 安装命令:
composer require nevadskiy/downloader
包简介
Download files using PHP and Curl
README 文档
README
Downloader
⬇️ Download files using PHP and cURL.
✅ Requirements
- PHP 7.1 or newer
🔌 Installation
Install the package via Composer:
composer require nevadskiy/downloader
🔨 Usage
Downloading a file by URL to the specified path:
use Nevadskiy\Downloader\CurlDownloader; $downloader = new CurlDownloader(); $downloader->download('https://example.com/files/books.zip', __DIR__.'/storage/books.zip');
☕ Contributing
Thank you for considering contributing. Please see CONTRIBUTING for more information.
📜 License
The MIT License (MIT). Please see LICENSE for more information.
🔨 To Do List
- windows support
统计信息
- 总下载量: 15k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-07-10