Download the PHP package foxws/laravel-shaka without Composer

On this page you can find all versions of the php package foxws/laravel-shaka. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-shaka

Laravel Shaka Packager

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

A Laravel integration for Google's Shaka Packager, enabling you to create adaptive streaming content (HLS, DASH) with a fluent, Laravel-style API.

Features

Documentation

๐Ÿ“š Full Documentation

Requirements

Installation

Install the package via composer:

Publish the config file:

Installing Shaka Packager

Install Shaka Packager binary on your system. Visit the Shaka Packager releases page for installation instructions.

Verify Installation

After installation, verify that Shaka Packager is properly configured:

This will check:

Quick Start

Basic Usage

Adaptive Bitrate Streaming

Working with Different Disks

HLS with Encryption

See AES Encryption Guide for complete documentation.

Dynamic URL Resolvers (HLS & DASH)

Serve encrypted streaming content with S3 signed URLs:

HLS Example:

DASH Example:

Use cases for URL resolvers:

See Documentation for more details.

Available Methods

Disk Management

Media Management

Stream Configuration

Output Configuration

Execution & Utilities

Dynamic URL Resolvers

DynamicHLSPlaylist:

DynamicDASHManifest:

See the Quick Reference for complete API documentation.

Testing

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

If you discover a security vulnerability, please report it via a private channel (e.g., email or GitHub issues) rather than publicly disclosing it.

Acknowledgments

This package was inspired by and learned from:

Much of the existing logic and design patterns from these excellent packages helped shape this implementation. Many thanks to their authors and contributors!

Projects Built on Laravel Shaka Packager

License

The MIT License (MIT). Please see License File for more information.


All versions of laravel-shaka with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
aws/aws-sdk-php Version ^3.295
guzzlehttp/promises Version ^2.0
illuminate/contracts Version ^12.0||^13.0
illuminate/filesystem Version ^12.0||^13.0
illuminate/process Version ^12.0||^13.0
illuminate/support Version ^12.0||^13.0
psr/log Version ^3.0
spatie/laravel-package-tools Version ^1.16
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package foxws/laravel-shaka contains the following files

Loading the files please wait ...