2017 © Pedro PelĂĄez
 

library flysystem-fallback-adapter

Flysystem adapter for fallback filesystems

image

litipk/flysystem-fallback-adapter

Flysystem adapter for fallback filesystems

  • Thursday, June 23, 2016
  • by castarco
  • Repository
  • 3 Watchers
  • 12 Stars
  • 32,338 Installations
  • PHP
  • 1 Dependents
  • 2 Suggesters
  • 1 Forks
  • 1 Open issues
  • 4 Versions
  • 12 % Grown

The README.md

Flysystem adapter for fallback filesystems

Author Build Status Coverage Status Quality Score Software License Packagist Version Total Downloads, (*1)

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., (*2)

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);

The Versions

23/06 2016

dev-master

9999999-dev

Flysystem adapter for fallback filesystems

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andrés Correa Casablanca

22/10 2015

0.1.2

0.1.2.0

Flysystem adapter for fallback filesystems

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andrés Correa Casablanca

11/10 2015

0.1.1

0.1.1.0

Flysystem adapter for fallback filesystems

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andrés Correa Casablanca

11/10 2015

0.1

0.1.0.0

Flysystem adapter for fallback filesystems

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andrés Correa Casablanca