rauwebieten / psr7-partial-download
此包最新版本(1.0.6)没有可用的许可信息。
1.0.6
2017-09-13 14:25 UTC
Requires
- php: >=5.4.0
- psr/http-message: ^1.0.1
This package is auto-updated.
Last update: 2024-09-15 20:22:38 UTC
README
使用PSR-7库进行部分下载。
- 恢复下载
- 音频流
基于pomle的代码 https://github.com/pomle/php-serveFilePartial
安装
composer require rauwebieten/psr7-partial-download
使用
// in your controller class / callback $partialDownload = new Psr7PartialDownload(); $response = $partialDownload->sendFile($request,$response,'my-song.mp3','audio/mpeg'); return $response;
详细说明请查看示例文件夹