dev-master
9999999-devDacast PHP SDK
MIT
The Requires
The Development Requires
by Aldric Feuillebois
dev-feature.add-missing-examples
dev-feature.add-missing-examplesDacast PHP SDK
MIT
The Requires
The Development Requires
by Aldric Feuillebois
Wallogit.com
2017 © Pedro Peláez
Dacast PHP SDK

The Dacast SDK for PHP is a seamless integration with the Dacast API. You can use our API to access Dacast API endpoints., (*1)
Change directory to your project folder and install with Composer., (*2)
cd your/project/folder
Edit your composer.json and add this, (*3)
"repositories": [
{
"type": "vcs",
"url": "git@github.com:dacast/api-php.git"
}
]
Then, open your terminal and paste, (*4)
composer install
Before you can start using the api you need to set your API key., (*5)
Your API key can be found in the settings of your Dacast user account., (*6)
Dacast PHP SDK
MIT
Dacast PHP SDK
MIT