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

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

biigle/user-storage
===================

BIIGLE module to allow file upload and storage for users

v1.13.0(4mo ago)06.4k↓41.4%[9 issues](https://github.com/biigle/user-storage/issues)GPL-3.0-onlyPHPCI passing

Since Apr 4Pushed 1w ago2 watchersCompare

[ Source](https://github.com/biigle/user-storage)[ Packagist](https://packagist.org/packages/biigle/user-storage)[ Docs](https://biigle.de)[ RSS](/packages/biigle-user-storage/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (10)Dependencies (1)Versions (49)Used By (0)

BIIGLE User Storage Module
==========================

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

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

This is the BIIGLE module to allow file upload and storage for users.

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

[](#installation)

1. Run `composer require biigle/user-storage`.
2. Add `Biigle\Modules\UserStorage\UserStorageServiceProvider::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. Set the environment variables `USER_STORAGE_STORAGE_DISK` and `USER_STORAGE_PENDING_DISK` to the names of the storage disk for user storage files and for pending storage requests, respectively. The same disk can be used for both. The content of the storage disks should be publicly accessible. **The storage disk driver must support a `root` path** (absolute or as a prefix). Example for a local disk: ```
    'user-storage' => [
        'driver' => 'local',
        'root' => storage_path('app/public/user-storage'),
        'url' => env('APP_URL').'/storage/user-storage',
        'visibility' => 'public',
    ],
    ```
5. In the php.ini, configure `post_max_size` and `upload_max_filesize` to allow file uploads of your desired size. Maybe also configure `upload_tmp_dir` to point to a local disk partition with enough space for all temporary upload files. In addition, configure the corresponding settings of the web server.

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

49

—

FairBetter than 94% of packages

Maintenance87

Actively maintained with recent releases

Popularity23

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 54.1% 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 ~33 days

Recently: every ~81 days

Total

44

Last Release

142d 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 (244 commits)")[![lehecht](https://avatars.githubusercontent.com/u/72259845?v=4)](https://github.com/lehecht "lehecht (167 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (26 commits)")[![aneust](https://avatars.githubusercontent.com/u/161474358?v=4)](https://github.com/aneust "aneust (14 commits)")

---

Tags

biiglebiigle-module

### Embed Badge

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

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k555.0M2.8k](/packages/aws-aws-sdk-php)[guzzlehttp/guzzle

Guzzle is a PHP HTTP client library

23.5k1.1B37.1k](/packages/guzzlehttp-guzzle)[google/cloud

Google Cloud Client Library

1.2k16.9M57](/packages/google-cloud)[ccxt/ccxt

A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go

43.5k344.8k1](/packages/ccxt-ccxt)[algolia/algoliasearch-client-php

API powering the features of Algolia.

69735.8M176](/packages/algolia-algoliasearch-client-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

293.1k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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