PHPackages                             oat-sa/lib-flysystem-filecache - 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. [Caching](/categories/caching)
4. /
5. oat-sa/lib-flysystem-filecache

ActiveLibrary[Caching](/categories/caching)

oat-sa/lib-flysystem-filecache
==============================

flysystem cache Adapter

v1.4.0(4mo ago)330.9k↓35.7%3[1 PRs](https://github.com/oat-sa/lib-flysystem-filecache/pulls)GPL-2.0-onlyPHPPHP &gt;=8.1CI passing

Since Aug 10Pushed 4mo ago46 watchersCompare

[ Source](https://github.com/oat-sa/lib-flysystem-filecache)[ Packagist](https://packagist.org/packages/oat-sa/lib-flysystem-filecache)[ RSS](/packages/oat-sa-lib-flysystem-filecache/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (7)Versions (16)Used By (0)

flysystem Adapter
=================

[](#flysystem-adapter)

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

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.

usage :

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

$autosave = true;

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

see  to configure your adapters

###  Health Score

57

—

FairBetter than 98% of packages

Maintenance76

Regular maintenance activity

Popularity32

Limited adoption so far

Community28

Small or concentrated contributor base

Maturity80

Battle-tested with a long release history

 Bus Factor4

4 contributors hold 50%+ of commits

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 ~429 days

Recently: every ~173 days

Total

9

Last Release

129d ago

PHP version history (2 changes)v1.0.0PHP &gt;=5.5

v1.3.0PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/98ddc6f1b615b1fac2d59f1e72d5dc6056cf6650414271da90cb3f0e203516fe?d=identicon)[bugalood](/maintainers/bugalood)

![](https://www.gravatar.com/avatar/c0ec704e0a8abaf0c27b227ad05d7aca23bc8f83d195229d94d4508cddc0fd24?d=identicon)[oat-lionel](/maintainers/oat-lionel)

![](https://www.gravatar.com/avatar/e8c30644c0da147701176483ca1ca40e1c41012e6c5b0da47e984c1eb8a840b1?d=identicon)[jbout](/maintainers/jbout)

![](https://www.gravatar.com/avatar/348b2cf6408227372fbb22c6e8b0832e1c8c98c5d6b0c88bb220dbdfbcd21a39?d=identicon)[krampstudio](/maintainers/krampstudio)

---

Top Contributors

[![chrisphpgarcia](https://avatars.githubusercontent.com/u/19952908?v=4)](https://github.com/chrisphpgarcia "chrisphpgarcia (13 commits)")[![kilatib](https://avatars.githubusercontent.com/u/2750628?v=4)](https://github.com/kilatib "kilatib (12 commits)")[![edwin-focaloid](https://avatars.githubusercontent.com/u/126317720?v=4)](https://github.com/edwin-focaloid "edwin-focaloid (7 commits)")[![bartlomiejmarszal](https://avatars.githubusercontent.com/u/16231681?v=4)](https://github.com/bartlomiejmarszal "bartlomiejmarszal (7 commits)")[![tikhanovichA](https://avatars.githubusercontent.com/u/1053022?v=4)](https://github.com/tikhanovichA "tikhanovichA (6 commits)")[![augustas](https://avatars.githubusercontent.com/u/2705327?v=4)](https://github.com/augustas "augustas (6 commits)")[![bugalot](https://avatars.githubusercontent.com/u/4217431?v=4)](https://github.com/bugalot "bugalot (5 commits)")[![mike-ionut-mihai-sandu-tao](https://avatars.githubusercontent.com/u/50211080?v=4)](https://github.com/mike-ionut-mihai-sandu-tao "mike-ionut-mihai-sandu-tao (4 commits)")[![vbyndych](https://avatars.githubusercontent.com/u/2741267?v=4)](https://github.com/vbyndych "vbyndych (4 commits)")[![antoinerobin](https://avatars.githubusercontent.com/u/5881795?v=4)](https://github.com/antoinerobin "antoinerobin (2 commits)")[![jbout](https://avatars.githubusercontent.com/u/5815304?v=4)](https://github.com/jbout "jbout (2 commits)")[![siwane](https://avatars.githubusercontent.com/u/8009602?v=4)](https://github.com/siwane "siwane (1 commits)")[![ionutpad](https://avatars.githubusercontent.com/u/31656944?v=4)](https://github.com/ionutpad "ionutpad (1 commits)")[![wazelin](https://avatars.githubusercontent.com/u/2943256?v=4)](https://github.com/wazelin "wazelin (1 commits)")

---

Tags

Flysystemcacheflysystem-adapterOAT

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/oat-sa-lib-flysystem-filecache/health.svg)

```
[![Health](https://phpackages.com/badges/oat-sa-lib-flysystem-filecache/health.svg)](https://phpackages.com/packages/oat-sa-lib-flysystem-filecache)
```

###  Alternatives

[psr/simple-cache

Common interfaces for simple caching

8.1k727.3M2.1k](/packages/psr-simple-cache)[psr/cache

Common interface for caching libraries

5.2k686.9M1.3k](/packages/psr-cache)[react/cache

Async, Promise-based cache interface for ReactPHP

444112.4M40](/packages/react-cache)[kevinrob/guzzle-cache-middleware

A HTTP/1.1 Cache for Guzzle 6. It's a simple Middleware to be added in the HandlerStack. (RFC 7234)

43417.4M104](/packages/kevinrob-guzzle-cache-middleware)[cache/cache

Library of all the php-cache adapters

2712.7M22](/packages/cache-cache)[cache/filesystem-adapter

A PSR-6 cache implementation using filesystem. This implementation supports tags

705.8M82](/packages/cache-filesystem-adapter)

PHPackages © 2026

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