PHPackages                             thedava/dod-lite-flysystem - 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. thedava/dod-lite-flysystem

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

thedava/dod-lite-flysystem
==========================

A flysystem adapter for dod-lite

v0.1.0(1y ago)02GPL-3.0-or-laterPHPPHP ^8.1

Since Dec 31Pushed 1y ago1 watchersCompare

[ Source](https://github.com/thedava/dod-lite-flysystem)[ Packagist](https://packagist.org/packages/thedava/dod-lite-flysystem)[ RSS](/packages/thedava-dod-lite-flysystem/feed)WikiDiscussions main Synced 1mo ago

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

dod-lite-flysystem
==================

[](#dod-lite-flysystem)

[![.github/workflows/tests.yml](https://github.com/thedava/dod-lite-flysystem/actions/workflows/tests.yml/badge.svg)](https://github.com/thedava/dod-lite-flysystem/actions/workflows/tests.yml)

A [Flysystem](https://github.com/thephpleague/flysystem) adapter for [dod-lite](https://github.com/thedava/dod-lite)

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

[](#installation)

via Composer

```
composer require thedava/dod-lite-flysystem
```

Flysystem
---------

[](#flysystem)

The `FlysystemAdapter` uses the `League\Flysystem` to provide a simple way to store data. The usage is pretty simple:

```
// Use your flysystem instance (e.g. with a LocalFilesystemAdapter)
$flysystem = new \League\Flysystem\Filesystem(
    new \League\Flysystem\Local\LocalFilesystemAdapter(
       '/path/to/your/storage'
    )
);

// Store data locally in files using your flysystem instance
$documentManager = new \DodLite\DocumentManager(
    new \DodLite\Extension\Flysystem\Adapter\FlysystemAdapter(
        $flysystem
    )
);
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

Total

3

Last Release

640d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dfe307ab25846f0469a054ef44e01f27b9a73db67bf952acb47bf26d0e01caff?d=identicon)[dava](/maintainers/dava)

---

Top Contributors

[![thedava](https://avatars.githubusercontent.com/u/7238710?v=4)](https://github.com/thedava "thedava (6 commits)")

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/thedava-dod-lite-flysystem/health.svg)

```
[![Health](https://phpackages.com/badges/thedava-dod-lite-flysystem/health.svg)](https://phpackages.com/packages/thedava-dod-lite-flysystem)
```

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

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

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

2.2k3.3M74](/packages/unisharp-laravel-filemanager)[league/flysystem-local

Local filesystem adapter for Flysystem.

226231.8M39](/packages/league-flysystem-local)[league/flysystem-bundle

Symfony bundle integrating Flysystem into Symfony applications

40029.5M87](/packages/league-flysystem-bundle)[league/flysystem-sftp-v3

SFTP filesystem adapter for Flysystem.

6129.6M91](/packages/league-flysystem-sftp-v3)[league/flysystem-memory

In-memory filesystem adapter for Flysystem.

8533.6M194](/packages/league-flysystem-memory)

PHPackages © 2026

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