PHPackages                             gn-office/flysystem-directcloud - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. gn-office/flysystem-directcloud

ActiveLibrary[File &amp; Storage](/categories/file-storage)

gn-office/flysystem-directcloud
===============================

A flysystem driver for DirectCloud

v1.1.9(1y ago)089MITPHPPHP ^8.1

Since Feb 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/GNOffice/flysystem-directcloud)[ Packagist](https://packagist.org/packages/gn-office/flysystem-directcloud)[ RSS](/packages/gn-office-flysystem-directcloud/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (10)Dependencies (2)Versions (12)Used By (0)

Flysystem adapter for the DirectCloud API
=========================================

[](#flysystem-adapter-for-the-directcloud-api)

[![Latest Version on Packagist](https://camo.githubusercontent.com/11111ed41169e4898368cab3bd7237617b4308beea86c58d2dbd10514838fe11/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f676e2d6f66666963652f666c7973797374656d2d646972656374636c6f75642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gn-office/flysystem-directcloud)[![Total Downloads](https://camo.githubusercontent.com/e47550491b51a4068545a799b0a8f66ff065754ec21348f04b9e9f814e414ffe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f676e2d6f66666963652f666c7973797374656d2d646972656374636c6f75642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gn-office/flysystem-directcloud)

This package contains a [Flysystem](https://flysystem.thephpleague.com/) adapter for DirectCloud. Under the hood, the [DirectCloud API](https://directcloud.jp/api_reference/) is used.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require gn-office/flysystem-directcloud
```

Usage
-----

[](#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](https://directcloud.jp/api_reference/detail/%E3%83%A6%E3%83%BC%E3%82%B6%E3%83%BC/Auth).

```
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
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance48

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~10 days

Recently: every ~24 days

Total

11

Last Release

384d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e3c23f75c9cfbf768017c4d40d5a0af378fa4e363eed81fc4ccb4c4381de7fad?d=identicon)[GNOffice](/maintainers/GNOffice)

---

Top Contributors

[![GNOffice](https://avatars.githubusercontent.com/u/23627891?v=4)](https://github.com/GNOffice "GNOffice (18 commits)")

---

Tags

Flysystemdirectcloudflysystem-directcloud

### Embed Badge

![Health badge](/badges/gn-office-flysystem-directcloud/health.svg)

```
[![Health](https://phpackages.com/badges/gn-office-flysystem-directcloud/health.svg)](https://phpackages.com/packages/gn-office-flysystem-directcloud)
```

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.7k277.8M959](/packages/league-flysystem-aws-s3-v3)[league/flysystem-bundle

Symfony bundle integrating Flysystem into Symfony applications

40131.4M118](/packages/league-flysystem-bundle)[league/flysystem-local

Local filesystem adapter for Flysystem.

224254.9M71](/packages/league-flysystem-local)[oneup/flysystem-bundle

Integrates Flysystem filesystem abstraction library to your Symfony project.

64223.5M78](/packages/oneup-flysystem-bundle)[barryvdh/elfinder-flysystem-driver

A Flysystem Driver for elFinder

1864.9M40](/packages/barryvdh-elfinder-flysystem-driver)[masbug/flysystem-google-drive-ext

Flysystem adapter for Google Drive with seamless virtual&lt;=&gt;display path translation

2672.0M17](/packages/masbug-flysystem-google-drive-ext)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
