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

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

biigle/flysystem-elements
=========================

Flysystem adapter for the ELEMENTS media asset management system (read-only).

v2.5(1y ago)01.1k[1 issues](https://github.com/biigle/flysystem-elements/issues)1MITPHP

Since Aug 3Pushed 1y ago2 watchersCompare

[ Source](https://github.com/biigle/flysystem-elements)[ Packagist](https://packagist.org/packages/biigle/flysystem-elements)[ RSS](/packages/biigle-flysystem-elements/feed)WikiDiscussions main Synced 6d ago

READMEChangelog (10)Dependencies (5)Versions (11)Used By (1)

Flysystem ELEMENTS
==================

[](#flysystem-elements)

[![Tests](https://github.com/biigle/flysystem-elements/actions/workflows/php.yml/badge.svg)](https://github.com/biigle/flysystem-elements/actions/workflows/php.yml)

Flysystem adapter for the ELEMENTS media asset management system (read-only).

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

[](#installation)

```
composer require biigle/flysystem-elements
```

Usage
-----

[](#usage)

```
use Biigle\Flysystem\Elements\ElementsAdapter;
use GuzzleHttp\Client;

$client = new Client([
    'base_uri' => 'https://elements.example.com',
    'headers' => [
        'Authorization' => 'Bearer my-elements-api-token',
    ],
]);
$adapter = new ElementsAdapter($client);

$exists = $adapter->fileExists('.projects/path/to/file.jpg');
var_dump($exists);
// bool(true);
```

Supported methods are:

- fileExists
- directoryExists
- read
- readStream
- visibility
- mimeType
- lastModified
- fileSize
- listContents

All other (non-reading) methods throw an exception.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

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

Recently: every ~239 days

Total

10

Last Release

520d ago

Major Versions

v1.3 → 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 (30 commits)")

---

Tags

elementsflysystem-adapterfilesystemFlysystemfilesstoragefilesystemselementsbiiglemams

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[league/flysystem

File storage abstraction for PHP

13.6k639.1M2.2k](/packages/league-flysystem)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/packages/league-flysystem-aws-s3-v3)[league/flysystem-sftp-v3

SFTP filesystem adapter for Flysystem.

6129.6M91](/packages/league-flysystem-sftp-v3)[nimbusoft/flysystem-openstack-swift

Flysystem adapter for OpenStack Swift

44774.4k6](/packages/nimbusoft-flysystem-openstack-swift)[league/flysystem-async-aws-s3

AsyncAws S3 filesystem adapter for Flysystem.

2610.5M31](/packages/league-flysystem-async-aws-s3)[sausin/laravel-ovh

OVH Object Storage driver for laravel

40153.5k](/packages/sausin-laravel-ovh)

PHPackages © 2026

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