2017 © Pedro Peláez
 

library lib-flysystem-filecache

flysystem cache Adapter

image

oat-sa/lib-flysystem-filecache

flysystem cache Adapter

  • Tuesday, April 10, 2018
  • by oat-lionel
  • Repository
  • 21 Watchers
  • 0 Stars
  • 2,517 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 1 Forks
  • 1 Open issues
  • 10 Versions
  • 17 % Grown

The README.md

flysystem Adapter

Dual Storage Adapter for league/flysystem Use to keep a cached local copy of each read of remote file., (*1)

It use two storage, a remote location and a local location. Local location has priority on read operation. All write operation are made on both., (*2)

usage :, (*3)

$remote = new League\Flysystem\AwsS3V3\AwsS3Adapter(...); $local = new League\Flysystem\Adapter\Local(...);, (*4)

$autosave = true;, (*5)

$adapter = new oat\LibFlysystemFilecache\model\flysystem\DualStorageAdapter($remote, $local ,autosave);, (*6)

see http://flysystem.thephpleague.com/ to configure your adapters, (*7)

The Versions

10/04 2018

dev-feature/ensure-directory-wait-time

dev-feature/ensure-directory-wait-time

flysystem cache Adapter

  Sources   Download

GPL-2.0-only

The Requires

 

The Development Requires

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

cache flysystem oat flysystem adapter

21/03 2018

dev-master

9999999-dev

flysystem cache Adapter

  Sources   Download

GPL-2.0 GPL-2.0-only

The Requires

 

The Development Requires

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

cache flysystem oat flysystem adapter

21/03 2018

dev-develop

dev-develop

flysystem cache Adapter

  Sources   Download

GPL-2.0 GPL-2.0-only

The Requires

 

The Development Requires

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

cache flysystem oat flysystem adapter

21/03 2018

v1.2.0

1.2.0.0

flysystem cache Adapter

  Sources   Download

GPL-2.0-only

The Requires

 

The Development Requires

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

cache flysystem oat flysystem adapter

21/03 2018

dev-feature/cache-has-directory

dev-feature/cache-has-directory

flysystem cache Adapter

  Sources   Download

GPL-2.0-only

The Requires

 

The Development Requires

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

cache flysystem oat flysystem adapter

30/01 2018

v1.1.1

1.1.1.0

flysystem cache Adapter

  Sources   Download

GPL-2.0-only

The Requires

 

The Development Requires

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

cache flysystem oat flysystem adapter

22/09 2017

v1.1.0

1.1.0.0

flysystem cache Adapter

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

cache flysystem oat flysystem adapter

08/06 2017

dev-feature/metadata-cache

dev-feature/metadata-cache

flysystem cache Adapter

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

cache flysystem oat flysystem adapter

01/06 2017

dev-feature/factory-metadata-cache

dev-feature/factory-metadata-cache

flysystem cache Adapter

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

cache flysystem oat flysystem adapter

10/08 2016

v1.0.0

1.0.0.0

flysystem cache Adapter

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

cache flysystem oat flysystem adapter