PHPackages                             biigle/user-disks - 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. biigle/user-disks

ActiveLibrary

biigle/user-disks
=================

BIIGLE module to offer private storage disks for users.

v1.8.3(1mo ago)05.0k[4 issues](https://github.com/biigle/user-disks/issues)GPL-3.0-onlyPHPCI passing

Since May 16Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/biigle/user-disks)[ Packagist](https://packagist.org/packages/biigle/user-disks)[ Docs](https://biigle.de)[ RSS](/packages/biigle-user-disks/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (25)Used By (0)

BIIGLE User Disks Module
========================

[](#biigle-user-disks-module)

[![Test status](https://github.com/biigle/user-disks/workflows/Tests/badge.svg)](https://github.com/biigle/user-disks/actions?query=workflow%3ATests)

This is a BIIGLE module that offers private storage disks for users.

Configuration
-------------

[](#configuration)

This module supports `s3`, `azure`, `webdav`, [`elements`](https://elements.tv), [`dcache`](https://hifis-storage.desy.de) and [`aruna`](https://aruna-engine.org) storage disks but by default only S3 is enabled. Configure the enabled storage disk types as a comma-separated list with the `USER_DISKS_TYPES` environment variable (e.g. `s3,webdav`).

### Required Configuration by Disk Type

[](#required-configuration-by-disk-type)

Different storage disk types require additional packages to be installed:

- **S3**: No additional packages required (included by default)
- **Azure**: Requires `biigle/laravel-azure-storage````
    composer require biigle/laravel-azure-storage
    ```
- **WebDAV**: Requires `biigle/laravel-webdav````
    composer require biigle/laravel-webdav
    ```
- **Elements**: Requires `biigle/laravel-elements-storage````
    composer require biigle/laravel-elements-storage
    ```
- **dCache**: Requires both `biigle/laravel-dcache` and `biigle/laravel-socialite-haai````
    composer require biigle/laravel-dcache biigle/laravel-socialite-haai
    ```

    Follow the installation instructions of [`biigle/laravel-socialite-haai`](https://github.com/biigle/laravel-socialite-haai) in case it wasn't set up laready (e.g via `biigle/auth-haai`). In addition, you have to add the `DCACHE_TOKEN_EXCHANGE_CLIENT_ID` and `DCACHE_TOKEN_EXCHANGE_CLIENT_SECRET` variables to the `.env` file. These are the OICD credentials for the dCache Keycloak.
- **Aruna**: No additional packages required (included by default but disabled)

Install only the packages for the disk types you plan to enable.

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

[](#installation)

1. Run `composer require biigle/user-disks`.
2. Add `Biigle\Modules\UserDisks\UserDisksServiceProvider::class` to the `providers` array in `config/app.php`.
3. Run `php artisan vendor:publish --tag=public` to refresh the public assets of the modules. Do this for every update of this module.
4. Run `php artisan migrate` to create the new database tables.

Developing
----------

[](#developing)

Take a look at the [development guide](https://github.com/biigle/core/blob/master/DEVELOPING.md) of the core repository to get started with the development setup.

Want to develop a new module? Head over to the [biigle/module](https://github.com/biigle/module) template repository.

Contributions and bug reports
-----------------------------

[](#contributions-and-bug-reports)

Contributions to BIIGLE are always welcome. Check out the [contribution guide](https://github.com/biigle/core/blob/master/CONTRIBUTING.md) to get started.

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance89

Actively maintained with recent releases

Popularity22

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 65.5% 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 ~49 days

Recently: every ~25 days

Total

22

Last Release

55d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2457311?v=4)[Martin Zurowietz](/maintainers/mzur)[@mzur](https://github.com/mzur)

---

Top Contributors

[![mzur](https://avatars.githubusercontent.com/u/2457311?v=4)](https://github.com/mzur "mzur (146 commits)")[![lehecht](https://avatars.githubusercontent.com/u/72259845?v=4)](https://github.com/lehecht "lehecht (56 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (15 commits)")[![dlangenk](https://avatars.githubusercontent.com/u/4822085?v=4)](https://github.com/dlangenk "dlangenk (6 commits)")

---

Tags

biiglebiigle-module

### Embed Badge

![Health badge](/badges/biigle-user-disks/health.svg)

```
[![Health](https://phpackages.com/badges/biigle-user-disks/health.svg)](https://phpackages.com/packages/biigle-user-disks)
```

PHPackages © 2026

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