PHP code example of hulang / bt-api
1. Go to this page and download the library: Download hulang/bt-api 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/ */
hulang / bt-api example snippets
composer
// Database|File|Ftp|Plugin|Site|System
// 以上都基础了[Base]都可以调用以下示例
$bt = new System('http://127.0.0.1:8888', 'Key', 'cookie保存目录设置');
$bt->getSystemTotal();