Download the PHP package steadfastcollective/laravel-api-video without Composer
On this page you can find all versions of the php package steadfastcollective/laravel-api-video. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download steadfastcollective/laravel-api-video
More information about steadfastcollective/laravel-api-video
Files in steadfastcollective/laravel-api-video
Package laravel-api-video
Short Description Laravel package for API.Video
License MIT
Homepage https://github.com/steadfast-collective/laravel-api-video
Informations about the package laravel-api-video
Introduction
This package is a Laravel wrapper around the api.video API that lets you upload & manage your videos directly from your Laravel app. This package is unofficial and is maintained by Steadfast Collective.
Documentation
Installation
-
Install with Composer
-
Publish the configuration file
- Add your API key and the API URI to your
.env
Usage
The primary way to use this package is via the Facade. If you'd prefer to not use the class, you may use the ApiVideo
class directly, like the below example.
Get delegate token
TODO: docs link
Get video
Parameters
videoId
: The unique identifier for the video you want details about.
Update video
Parameters
videoId
: The video ID for the video you want to update.params
: Array of parameters you wish to send to api.video. List of available parameters.
Delete video
Parameters
videoId
: The video ID for the video you want to delete.
Other endpoints?
Currently this SDK only provides a few of the available API methods provided by api.video's API. However, if you're in need of any others, please create an issue and we'll see to adding it!
License
Laravel api.video is open-sourced software licensed under the MIT license.