PHPackages                             maa-solutions/flysystem-kdrive - 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. maa-solutions/flysystem-kdrive

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

maa-solutions/flysystem-kdrive
==============================

A Flysystem adapter for Infomaniak's kDrive

v1.0.1(1y ago)031MITPHP

Since Nov 12Pushed 1y agoCompare

[ Source](https://github.com/maasolutions/flysystem-kdrive)[ Packagist](https://packagist.org/packages/maa-solutions/flysystem-kdrive)[ RSS](/packages/maa-solutions-flysystem-kdrive/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (1)

Flysystem adapter for Infomaniak kDrive
=======================================

[](#flysystem-adapter-for-infomaniak-kdrive)

[![Latest Version on Packagist](https://camo.githubusercontent.com/678d454b046e8f89b3705ff77bcce8bf5556537a95395e6a82b57d6bc9baed86/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d61612d736f6c7574696f6e732f666c7973797374656d2d6b64726976653f7374796c653d666c61742d737175617265)](https://packagist.org/packages/maa-solutions/flysystem-kdrive)[![Software License](https://camo.githubusercontent.com/bf9d41f45673aca0d7111d04b1a97e8b397fdaea377632b04c01f31cb20bb3a3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d61612d736f6c7574696f6e732f666c7973797374656d2d6b64726976653f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/706e4db8d659892359e2c7068041950b8b10d57bef46e35ecb0ff0b4b584945a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d61612d736f6c7574696f6e732f666c7973797374656d2d6b64726976653f7374796c653d666c61742d737175617265)](https://packagist.org/packages/maa-solutions/flysystem-kdrive)

This package contains a [Flysystem](https://flysystem.thephpleague.com/) adapter for [Infomaniak kDrive](https://www.infomaniak.com/en/kdrive/). It is built on top of the Flysystem [WebDAV adapter](https://github.com/thephpleague/flysystem-webdav).

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

[](#installation)

Via [Composer](https://getcomposer.org/)

```
composer require maa-solutions/flysystem-kdrive
```

Credentials
-----------

[](#credentials)

To be able to connect to your kDrive, you'll need the following information.

1. Your kDrive ID ([Find your kDrive ID](#find-your-kdrive-id))
2. Your login email address (the one you'd use on )
3. A unique application password ([Generate an application password](https://manager.infomaniak.com/v3/profile/application-password))

### Find your kDrive ID

[](#find-your-kdrive-id)

1. Connect to your kDrive directly on Infomaniak
2. Find your drive's ID in the URL : `https://drive.infomaniak.com/app/drive/[ID]/files`

Usage
-----

[](#usage)

```
use MaaSolutions\KDrive\KDriveAdapter;
use League\Flysystem\Filesystem;

$kDrive = new KDriveAdapter(
    '123456',               // Your kDrive's ID
    'john.doe@example.tld', // Your Infomaniak login email address
    '********************', // Your generated password
);

$filesystem = new Filesystem($kDrive);
```

Examples
--------

[](#examples)

Go to the [examples](examples) directory to find a few examples to get you started.

License
-------

[](#license)

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

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance40

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 60% 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 ~0 days

Total

2

Last Release

543d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4620c96e07f06cc88660ac5aa15f0933df05b9900b3fda902be7371f37574c91?d=identicon)[marc-andre](/maintainers/marc-andre)

---

Top Contributors

[![nhedger](https://avatars.githubusercontent.com/u/649677?v=4)](https://github.com/nhedger "nhedger (3 commits)")[![semantic-release-bot](https://avatars.githubusercontent.com/u/32174276?v=4)](https://github.com/semantic-release-bot "semantic-release-bot (2 commits)")

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/maa-solutions-flysystem-kdrive/health.svg)

```
[![Health](https://phpackages.com/badges/maa-solutions-flysystem-kdrive/health.svg)](https://phpackages.com/packages/maa-solutions-flysystem-kdrive)
```

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M123](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M61](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

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