szhorvath/cloudflare-stream-php-sdk

A PHP SDK for integrating Cloudflare Streaming services.

dev-main 2024-09-18 09:56 UTC

This package is auto-updated.

Last update: 2024-10-18 10:09:41 UTC


README

Latest Version on Packagist Tests Total Downloads

A PHP SDK for integrating and managing Cloudflare's Streaming services.

Table of Contents

Introduction

This SDK provides a simple and efficient way to interact with Cloudflare's Streaming API using PHP. It enables developers to easily integrate Cloudflare's video streaming capabilities into their PHP applications.

Features

  • Upload videos to Cloudflare Stream
  • Retrieve video details
  • List all videos
  • Delete videos
  • Generate signed URLs for video playback

Installation

You can install the SDK via Composer. Run the following command in your project directory:

composer require szhorvath/cloudflare-stream-php-sdk

Usage

$skeleton = new Szhorvath\StreamSdk();
echo $skeleton->echoPhrase('Hello, Szhorvath!');

Testing

composer test

Changelog

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

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

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