PHP code example of xvilo / gofile-php-api
1. Go to this page and download the library: Download xvilo/gofile-php-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/ */
xvilo / gofile-php-api example snippets
nt = new \Xvilo\GoFile\Client();
dd($client->meta->getServer());
array:2 [
"status" => "ok"
"data" => array:1 [
"server" => "store9"
]
]