recca0120/streaming-response

Installs: 2 474

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 0

pkg:composer/recca0120/streaming-response

0.0.2 2023-02-15 12:12 UTC

This package is auto-updated.

Last update: 2025-09-23 15:35:17 UTC


README

composer require recca0120/streaming-response

Example

<?php
// routes/web.php
Route::get('streaming', function() {
    return Storage::disk('s3')->streaming('path/to.mp4');
});