gn-office/flysystem-directcloud
最新稳定版本:v1.1.9
Composer 安装命令:
composer require gn-office/flysystem-directcloud
包简介
A flysystem driver for DirectCloud
README 文档
README
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
其他信息
- 授权协议: MIT
- 更新时间: 2025-02-23