xvilo/gofile-php-api

PHP 的 GoFile API 客户端

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

This package is auto-updated.

Last update: 2024-09-24 15:08:51 UTC


README

⚠️ 此包正在开发中,基本功能尚未实现。

入门指南

安装

运行 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"
  ]
]