Skip to main content

Installation

Requirements

  • PHP 8.3+
  • Laravel 12 or 13
  • Shaka Streamer binary (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.