rauwebieten/psr7-partial-download
Composer 安装命令:
composer require rauwebieten/psr7-partial-download
包简介
README 文档
README
Partial downloads with PSR-7 libraries.
- Resuming downloads
- Audio streaming
Based on code by pomle https://github.com/pomle/php-serveFilePartial
Installation
composer require rauwebieten/psr7-partial-download
Usage
// in your controller class / callback $partialDownload = new Psr7PartialDownload(); $response = $partialDownload->sendFile($request,$response,'my-song.mp3','audio/mpeg'); return $response;
see the example folder for details
统计信息
- 总下载量: 160
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2017-08-03