PHPackages                             stadly/file-waiter-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. stadly/file-waiter-flysystem

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

stadly/file-waiter-flysystem
============================

Flysystem file adapter for FileWaiter.

v1.0.0(4y ago)1230↓100%MITPHPPHP &gt;=7.4

Since Sep 10Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Stadly/FileWaiter-Flysystem)[ Packagist](https://packagist.org/packages/stadly/file-waiter-flysystem)[ Docs](https://github.com/Stadly/FileWaiter-Flysystem)[ RSS](/packages/stadly-file-waiter-flysystem/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (13)Versions (2)Used By (0)

FileWaiter-Flysystem
====================

[](#filewaiter-flysystem)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c328db9d146d8214189fb41c596c5cb80614cf7d03406eeeb7b6d1bc4b598c15/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f737461646c792f66696c652d7761697465722d666c7973797374656d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/stadly/file-waiter-flysystem)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/e8e81843aa63c40b7ea75ef844181b2345147e6ddfe265c54f5d72cfa4e58e41/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f537461646c792f46696c655761697465722d466c7973797374656d2f6d61696e2e7376673f7374796c653d666c61742d737175617265)](https://app.travis-ci.com/github/Stadly/FileWaiter-Flysystem)[![Coverage Status](https://camo.githubusercontent.com/e1226f3bb8b93e423e0b21172c2ab821759879eebb67decec43705b13c082a6a/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f537461646c792f46696c655761697465722d466c7973797374656d2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Stadly/FileWaiter-Flysystem/code-structure)[![Quality Score](https://camo.githubusercontent.com/627804127cebc76f6eb89ba4e070a07fa981e13a37a8940d4ce8a2c12e390109/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f537461646c792f46696c655761697465722d466c7973797374656d2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Stadly/FileWaiter-Flysystem)[![Total Downloads](https://camo.githubusercontent.com/fbf5e957ad84f57722a9bad611bd688c7f6d7cd963d670710a0e4e20b6f90da1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f737461646c792f66696c652d7761697465722d666c7973797374656d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/stadly/file-waiter-flysystem)

[Flysystem](https://flysystem.thephpleague.com) file adapter for [FileWaiter](https://github.com/Stadly/FileWaiter).

Install
-------

[](#install)

Via Composer

```
$ composer require stadly/file-waiter-flysystem
```

Usage
-----

[](#usage)

```
use Stadly\FileWaiter\Adapter\Flysystem;
use Stadly\FileWaiter\File;
use Stadly\FileWaiter\Waiter;

$flysystem = new \League\Flysystem\Filesystem($adapter);    // Any Flysystem adapter.
$filePath = '/path/to/file/in/flysystem';

$streamFactory = new \GuzzleHttp\Psr7\HttpFactory();        // Any PSR-17 compatible stream factory.
$file = new File(new Flysystem($flysystem, $filePath, $streamFactory));

$responseFactory = new \GuzzleHttp\Psr7\HttpFactory();      // Any PSR-17 compatible response factory.
$waiter = new Waiter($file, $responseFactory);

// Serve the file stored in Flysystem using FileWaiter.
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE\_OF\_CONDUCT](CODE_OF_CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Magnar Ovedal Myrtveit](https://github.com/Stadly)
- [All Contributors](https://github.com/Stadly/FileWaiter-Flysystem/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [LICENSE](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Unknown

Total

1

Last Release

1702d ago

### Community

Maintainers

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

---

Top Contributors

[![Stadly](https://avatars.githubusercontent.com/u/7263579?v=4)](https://github.com/Stadly "Stadly (3 commits)")

---

Tags

phpFlysystemStadlyfile waiter

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/stadly-file-waiter-flysystem/health.svg)

```
[![Health](https://phpackages.com/badges/stadly-file-waiter-flysystem/health.svg)](https://phpackages.com/packages/stadly-file-waiter-flysystem)
```

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M788](/packages/league-flysystem-aws-s3-v3)[oneup/flysystem-bundle

Integrates Flysystem filesystem abstraction library to your Symfony project.

64422.9M66](/packages/oneup-flysystem-bundle)[league/flysystem-sftp-v3

SFTP filesystem adapter for Flysystem.

6129.6M91](/packages/league-flysystem-sftp-v3)[jerodev/flysystem-v3-smb-adapter

SMB adapter for Flysystem v3

1289.9k1](/packages/jerodev-flysystem-v3-smb-adapter)[sistemi-etime/flysystem-plugin-aws-s3-v3

AWS S3 plugin for Flysystem.

11154.2k1](/packages/sistemi-etime-flysystem-plugin-aws-s3-v3)[jacekbarecki/flysystem-onedrive

OneDrive adapter for the flysystem filesystem abstraction library

2429.9k](/packages/jacekbarecki-flysystem-onedrive)

PHPackages © 2026

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