PHP code example of topvisor / topvisor-sdk
1. Go to this page and download the library: Download topvisor/topvisor-sdk library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
topvisor / topvisor-sdk example snippets
// вместо "..." необходимо прописать путь до файла autoload
ssToken = ''; // подставьте ваш API ключ
// используется для дальнейших запросов к api
$session = new TV\Session([
'userId' => $userId,
'accessToken' => $accessToken
]);