2017 © Pedro Peláez
 

library flysystem-replicate-adapter

Flysystem adapter for Replica's

image

league/flysystem-replicate-adapter

Flysystem adapter for Replica's

  • Tuesday, April 10, 2018
  • by frankdejonge
  • Repository
  • 5 Watchers
  • 18 Stars
  • 245,093 Installations
  • PHP
  • 10 Dependents
  • 7 Suggesters
  • 5 Forks
  • 1 Open issues
  • 3 Versions
  • 10 % Grown

The README.md

Flysystem Adapter for Replication.

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

Installation

composer require league/flysystem-replicate-adapter

Usage

$source = new League\Flysystem\Adapter\AwsS3(...);
$replica = new League\Flysystem\Adapter\Local(...);
$adapter = new League\Flysystem\Replicate\ReplicateAdapter($source, $replica);

What's cool about this is that you can chain them to replicate to more then 1 other storage system., (*2)

$adapter = new League\Flysystem\Replicate\ReplicateAdapter($source, $replica);

$anotherReplica = new League\Flysystem\Adapter\Dropbox(...);
$adapter = new League\Flysystem\Replicate\ReplicateAdapter($adapter, $anotherReplica);

The Versions

10/04 2018

dev-master

9999999-dev

Flysystem adapter for Replica's

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

18/08 2015

1.0.1

1.0.1.0

Flysystem adapter for Replica's

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

21/01 2015

1.0.0

1.0.0.0

Flysystem adapter for Replica's

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge