Foxws
Laravel Streamer

Installation

Requirements

Requirement Notes
PHP 8.3 or newer
Laravel 12 or 13
Shaka Streamer The binary must be installed separately (pip install shaka-streamer)

Install the package

composer require foxws/laravel-streamer

Publish the configuration file:

php artisan vendor:publish --tag="streamer-config"

Verify the binary is accessible:

php artisan streamer:info

Continue to Usage for a walkthrough of the API.