承接 gn-office/flysystem-directcloud 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

gn-office/flysystem-directcloud

最新稳定版本:v1.1.9

Composer 安装命令:

composer require gn-office/flysystem-directcloud

包简介

A flysystem driver for DirectCloud

README 文档

README

Latest Version on Packagist Total Downloads

This package contains a Flysystem adapter for DirectCloud. Under the hood, the DirectCloud API is used.

Installation

You can install the package via composer:

composer require gn-office/flysystem-directcloud

Usage

The first thing you need to do is to get an authorization information at DirectCloud. You'll find more info at DirectCloud API Documentation.

use League\Flysystem\Filesystem;
use GNOffice\DirectCloud\Client;
use GNOffice\FlysystemDirectCloud\DirectCloudAdapter;

$client = new Client([$service, $service_key, $code, $id, $password]);
// or
$client = new Client([$service, $service_key, $access_key]);

$adapter = new DirectCloudAdapter($client);

$filesystem = new Filesystem($adapter);

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 83
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-02-23