PHPackages                             maninhat/flysystem-fallback-adapter - 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. maninhat/flysystem-fallback-adapter

ActiveLibrary

maninhat/flysystem-fallback-adapter
===================================

Flysystem adapter for fallback filesystems

0.1.4(7y ago)0426MITPHPPHP &gt;=7.2.0

Since Oct 11Pushed 4y ago1 watchersCompare

[ Source](https://github.com/maninhat/flysystem-fallback-adapter)[ Packagist](https://packagist.org/packages/maninhat/flysystem-fallback-adapter)[ RSS](/packages/maninhat-flysystem-fallback-adapter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (6)Used By (0)

Flysystem adapter for fallback filesystems
==========================================

[](#flysystem-adapter-for-fallback-filesystems)

[![Author](https://camo.githubusercontent.com/a73e47e098ffe2d5b6933f841d4eb307c126af42834866e830e611728c3890fb/687474703a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d40636173746172636f2d626c75652e7376673f7374796c653d666c61742d737175617265)](https://twitter.com/castarco)[![Build Status](https://camo.githubusercontent.com/48f1f3afea5e5e97ab11a428de727e9c55ba7ab17e7a024dfd0e545a5438ce9b/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4c697469706b2f666c7973797374656d2d66616c6c6261636b2d616461707465722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Litipk/flysystem-fallback-adapter)[![Coverage Status](https://camo.githubusercontent.com/dad8e5898fdbeea82caaa38e52b51ca1bf92b47ece4ee52e5f71873a53e797d0/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6c697469706b2f666c7973797374656d2d66616c6c6261636b2d616461707465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/litipk/flysystem-fallback-adapter/code-structure)[![Quality Score](https://camo.githubusercontent.com/eb9e7befbadb0a96ed5c0e64ee9e5ab9f1d02a2bc17b9697464b39072bd869e5/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6c697469706b2f666c7973797374656d2d66616c6c6261636b2d616461707465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/litipk/flysystem-fallback-adapter)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Packagist Version](https://camo.githubusercontent.com/1a6b74a276f06631a620f4c506adf35e662652579281a325768414227e4bc3c3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c697469706b2f666c7973797374656d2d66616c6c6261636b2d616461707465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/litipk/flysystem-fallback-adapter)[![Total Downloads](https://camo.githubusercontent.com/6a1cdb69717c1b9c165202387aac5f6f968e927f862e1a7b30249ed0e29aca47/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c697469706b2f666c7973797374656d2d66616c6c6261636b2d616461707465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/litipk/flysystem-fallback-adapter)

This adapter has been created to allow using a fallback filesystem for read operations when the files can't be accessed through the main adapter.

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

[](#installation)

```
composer require litipk/flysystem-fallback-adapter
```

Usage
-----

[](#usage)

```
$main = new League\Flysystem\Adapter\AwsS3(...);
$fallback = new League\Flysystem\Adapter\Local(...);
$adapter = new Litipk\Flysystem\Fallback\FallbackAdapter($main, $fallback);
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 89.7% 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 ~301 days

Total

5

Last Release

2656d ago

PHP version history (2 changes)0.1PHP &gt;=5.4.0

0.1.4PHP &gt;=7.2.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/3cda313d62d4a5572159ae3981b85d51047809d5720c4dff12d80f144a467006?d=identicon)[maninhat](/maintainers/maninhat)

---

Top Contributors

[![castarco](https://avatars.githubusercontent.com/u/251364?v=4)](https://github.com/castarco "castarco (35 commits)")[![maninhat](https://avatars.githubusercontent.com/u/1003709?v=4)](https://github.com/maninhat "maninhat (4 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/maninhat-flysystem-fallback-adapter/health.svg)

```
[![Health](https://phpackages.com/badges/maninhat-flysystem-fallback-adapter/health.svg)](https://phpackages.com/packages/maninhat-flysystem-fallback-adapter)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M16.9k](/packages/laravel-framework)[spatie/laravel-backup

A Laravel package to backup your application

6.0k21.8M186](/packages/spatie-laravel-backup)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M783](/packages/league-flysystem-aws-s3-v3)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k12.2M45](/packages/knuckleswtf-scribe)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[unisharp/laravel-filemanager

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

2.2k3.3M73](/packages/unisharp-laravel-filemanager)

PHPackages © 2026

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