xvilo/gofile-php-api

GoFile API Client in PHP

v0.1.0 2024-02-24 13:54 UTC

This package is auto-updated.

Last update: 2024-04-24 14:22:18 UTC


README

⚠️ This package is work in progress and basic features are not yet implemented.

Getting started

Installation

Run composer require xvilo/gofile-php-api

Usage

<?php

include 'vendor/autoload.php';

$client = new \Xvilo\GoFile\Client();
dd($client->meta->getServer());

array:2 [
  "status" => "ok"
  "data" => array:1 [
    "server" => "store9"
  ]
]