Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Coder-Spirit/flysystem-fallback-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1fdeb93 · Jun 23, 2016

History

48 Commits
Jun 9, 2016
Jun 9, 2016
Oct 11, 2015
Oct 12, 2015
Oct 11, 2015
Oct 11, 2015
Oct 22, 2015
Sep 5, 2015
Oct 11, 2015
Oct 10, 2015
Oct 10, 2015
Oct 10, 2015

Repository files navigation

Flysystem adapter for fallback filesystems

Author Build Status Coverage Status Quality Score Software License Packagist Version Total Downloads

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

composer require litipk/flysystem-fallback-adapter

Usage

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

About

Flysystem adapter for fallback filesystems

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages