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.3(1w ago)01.1k[1 PRs](https://github.com/biigle/laravel-elements-storage/pulls)MITPHP

Since Aug 3Pushed 1w 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 (5)Dependencies (6)Versions (8)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

48

—

FairBetter than 94% of packages

Maintenance98

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

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

Total

5

Last Release

12d 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 (13 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

[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M322](/packages/laravel-ai)[moonshine/moonshine

Laravel administration panel

1.3k268.2k89](/packages/moonshine-moonshine)[unisharp/laravel-filemanager

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

2.2k3.6M90](/packages/unisharp-laravel-filemanager)[illuminate/queue

The Illuminate Queue package.

20433.0M1.8k](/packages/illuminate-queue)[illuminate/view

The Illuminate View package.

13047.7M2.5k](/packages/illuminate-view)[illuminate/session

The Illuminate Session package.

9939.9M888](/packages/illuminate-session)

PHPackages © 2026

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