The Dacast SDK for PHP is a seamless integration with the Dacast API. You can use our API to access Dacast API endpoints.
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
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.