PHP code example of zyxdevs / wibuapi

1. Go to this page and download the library: Download zyxdevs/wibuapi 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/ */

    

zyxdevs / wibuapi example snippets


$api = new WibuAPI();
$result = $api->lendrive("https://lendrive.web.id/tondemo-skill-de-isekai-hourou-meshi-ep-04-dual-subs-x265-hevc-subtitle-indonesia-english");
echo $result;