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

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

maa-solutions/laravel-kdrive
============================

Infomaniak kDrive Storage driver for Laravel

v1.0.0(1y ago)02MITPHP

Since Nov 12Pushed 1y agoCompare

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

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

Laravel kDrive Storage Driver
=============================

[](#laravel-kdrive-storage-driver)

[![Latest Version on Packagist](https://camo.githubusercontent.com/78aa5a75139643809358828e45a3cf68b106f105f830e4125ef8a8917be41ae0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d61612d736f6c7574696f6e732f6c61726176656c2d6b64726976653f7374796c653d666c61742d737175617265)](https://packagist.org/packages/maa-solutions/laravel-kdrive)[![Software License](https://camo.githubusercontent.com/c36784fdfa6c1860474f1309caa501283491428322fc7293140cdd531081a364/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d61612d736f6c7574696f6e732f6c61726176656c2d6b64726976653f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/ba6534d47972c83395d379aa68fc9311645d81b7d3b55ac971da12ef2478dd7f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d61612d736f6c7574696f6e732f6c61726176656c2d6b64726976653f7374796c653d666c61742d737175617265)](https://packagist.org/packages/maa-solutions/laravel-kdrive)

This package contains an [Infomaniak kDrive](https://www.infomaniak.com/en/kdrive/) storage driver for Laravel.

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

[](#installation)

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

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

### Configure a new disk

[](#configure-a-new-disk)

Add a new disk to your `config/filesystems.php` file:

```
'disks' => [
    'kdrive' => [
        'driver' => 'kdrive',
        'id' => env('KDRIVE_ID'),
        'username' => env('KDRIVE_USERNAME'),
        'password' => env('KDRIVE_PASSWORD'),
        'prefix' => env('KDRIVE_PREFIX', ''),
    ]
],
```

### Setup your .env file

[](#setup-your-env-file)

Add your credentials to your `.env` file. See [Credentials](#credentials) for more information on obtaining them.

```
KDRIVE_ID=123456
KDRIVE_USERNAME=john.doe@example.tld
KDRIVE_PASSWORD=********************
KDRIVE_PREFIX=

```

The `KDRIVE_PREFIX` is optional an you may remove it from you `.env` file is you do not use it. This settings allows you to define another folder as your root.

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`

License
-------

[](#license)

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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 66.7% 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

Unknown

Total

1

Last Release

547d 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 (2 commits)")[![semantic-release-bot](https://avatars.githubusercontent.com/u/32174276?v=4)](https://github.com/semantic-release-bot "semantic-release-bot (1 commits)")

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PHP.

1.7k35.6M75](/packages/aws-aws-sdk-php-laravel)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[stechstudio/laravel-zipstream

A fast and simple streaming zip file downloader for Laravel.

4633.7M3](/packages/stechstudio-laravel-zipstream)[spatie/laravel-google-cloud-storage

Google Cloud Storage filesystem driver for Laravel

2408.9M13](/packages/spatie-laravel-google-cloud-storage)[azure-oss/storage-blob-laravel

Azure Storage Blob filesystem driver for Laravel

63582.2k1](/packages/azure-oss-storage-blob-laravel)[spatie/laravel-backup-server

Backup multiple applications

17016.7k1](/packages/spatie-laravel-backup-server)

PHPackages © 2026

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