rauwebieten / psr7-partial-download

Partial file download with psr-7 libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PSR-7 Partial download

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

About

Partial file download with psr-7 libraries

License:MIT License


Languages

Language:PHP 100.0%