⚠️ This package is work in progress and basic features are not yet implemented.
Run composer require xvilo/gofile-php-api
<?php
include 'vendor/autoload.php';
$client = new \Xvilo\GoFile\Client();
dd($client->meta->getServer());
array:2 [
"status" => "ok"
"data" => array:1 [
"server" => "store9"
]
]