dacast/dacast_sdk_php

Dacast PHP SDK

dev-master 2017-07-26 18:57 UTC

This package is not auto-updated.

Last update: 2024-03-20 16:57:25 UTC


README

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