aldfeu / api-php

Dacast SDK api for php
MIT License
6 stars 5 forks source link

bitmovin

The Dacast SDK for PHP is a seamless integration with the Dacast API. You can use our API to access Dacast API endpoints.

Installation

Change directory to your project folder and install with Composer.

cd your/project/folder

Edit your composer.json and add this

"repositories": [
    {
        "type": "vcs",
        "url":  "git@github.com:dacast/api-php.git"
    }
]

Then, open your terminal and paste

composer install 

Usage

Before you can start using the api you need to set your API key.

Your API key can be found in the settings of your Dacast user account.

Demos