lotltd/shotstack-sdk-php

PHP SDK for Shotstack, the cloud video editing API

v0.1.3 2021-07-27 23:50 UTC

README

PHP SDK for Shotstack, the cloud video editing API.

Shotstack is a cloud based video editing platform that enables the editing of videos using code.

The platform uses an API and a JSON format for specifying how videos should be edited and what assets and titles should be used.

A server based render farm takes care of rendering the videos allowing multiple videos to be created simultaneously.

For examples of how to use the SDK to create videos using code checkout the PHP demo repo: https://github.com/shotstack/php-demos

Installation

Composer

The recommended way to use the SDK is as a composer package. Install using the command:

composer require shotstack/shotstack-sdk-php

Documentation