1. Go to this page and download the library: Download ryodevz/mibot-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/ */
ryodevz / mibot-api example snippets
use Ryodevz\MiBot\Config;
// API Token
Config::setApiToken('6|Rjr8x0nuGRm9BwZLm5AwywmNP8O5N9rZZ7uyWw5J');
// Device ID
Config::setDevice('6287743985629');