PHPackages                             biigle/laravel-elements-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/laravel-elements-storage

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

biigle/laravel-elements-storage
===============================

ELEMENTS storage driver for Laravel/Lumen.

v2.2(11mo ago)01.1k[1 PRs](https://github.com/biigle/laravel-elements-storage/pulls)MITPHP

Since Aug 3Pushed 11mo ago2 watchersCompare

[ Source](https://github.com/biigle/laravel-elements-storage)[ Packagist](https://packagist.org/packages/biigle/laravel-elements-storage)[ RSS](/packages/biigle-laravel-elements-storage/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (3)Versions (7)Used By (0)

Laravel ELEMENTS Storage Driver
===============================

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

[ELEMENTS](https://elements.tv) storage driver for Laravel/Lumen.

**Warning:** This driver guesses the file MIME types based on the filename (as ELEMENTS does not provide the MIME type). MIME types can be easily spoofed if the files are not under your control.

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

[](#installation)

Require the package with Composer:

```
composer require biigle/laravel-elements-storage

```

### Laravel

[](#laravel)

For Laravel 5.4 and lower, add the service provider to `config/app.php`:

```
Biigle\Filesystem\ElementsServiceProvider::class,
```

### Lumen

[](#lumen)

Add the service provider to `bootstrap/app.php`:

```
$app->register(Biigle\Filesystem\ElementsServiceProvider::class);
```

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

[](#configuration)

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

```
'disks' => [
   'elements' => [
      'driver' => 'elements',
      'baseUri' => env('ELEMENTS_BASE_URL', ''), // e.g. https://elements.example.com
      'token' => env('ELEMENTS_API_TOKEN', ''), // e.g. my-elements-api-token
   ],
]
```

Additional configuration options:

- `disableAsserts` (default: `false`) [\[ref\]](https://flysystem.thephpleague.com/docs/advanced/performance/)
- `prefix` (default: `null`): Prefix to use for all file paths.

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance50

Moderate activity, may be stable

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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 ~462 days

Total

4

Last Release

353d ago

Major Versions

v1.0 → v2.02022-05-02

### 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 (11 commits)")

---

Tags

elementslaravellumenstorage-driver

### Embed Badge

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

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

###  Alternatives

[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.3M73](/packages/unisharp-laravel-filemanager)[aws/aws-sdk-php-laravel

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

1.7k35.6M74](/packages/aws-aws-sdk-php-laravel)[spatie/laravel-google-cloud-storage

Google Cloud Storage filesystem driver for Laravel

2408.9M12](/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)[zing/laravel-flysystem-obs

Flysystem Adapter for OBS

1211.2k](/packages/zing-laravel-flysystem-obs)[innoge/laravel-rclone

A sleek PHP wrapper around rclone with Laravel-style fluent API syntax

174.1k](/packages/innoge-laravel-rclone)

PHPackages © 2026

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