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

Since Aug 3Pushed 1y 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 3w ago

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

34

—

LowBetter than 75% of packages

Maintenance46

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

408d 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

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M193](/packages/laravel-ai)[unisharp/laravel-filemanager

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

2.2k3.5M85](/packages/unisharp-laravel-filemanager)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[illuminate/queue

The Illuminate Queue package.

21332.6M1.6k](/packages/illuminate-queue)[illuminate/view

The Illuminate View package.

13047.0M2.2k](/packages/illuminate-view)[illuminate/session

The Illuminate Session package.

9939.3M850](/packages/illuminate-session)

PHPackages © 2026

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