PHPackages                             league/flysystem-replicate-adapter - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. league/flysystem-replicate-adapter

ActiveLibrary[File &amp; Storage](/categories/file-storage)

league/flysystem-replicate-adapter
==================================

Flysystem adapter for Replica's

1.0.1(10y ago)262.9M—8.9%12[2 issues](https://github.com/thephpleague/flysystem-replicate-adapter/issues)11MITPHPPHP &gt;=5.4.0

Since Jan 21Pushed 5y ago4 watchersCompare

[ Source](https://github.com/thephpleague/flysystem-replicate-adapter)[ Packagist](https://packagist.org/packages/league/flysystem-replicate-adapter)[ RSS](/packages/league-flysystem-replicate-adapter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (11)

Flysystem Adapter for Replication.
==================================

[](#flysystem-adapter-for-replication)

[![Author](https://camo.githubusercontent.com/bf87237874a25aebcf58b7f23dfdeb9098e58b5c011ca83aed2b6e519a392d84/687474703a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d406672616e6b64656a6f6e67652d626c75652e7376673f7374796c653d666c61742d737175617265)](https://twitter.com/frankdejonge)[![Build Status](https://camo.githubusercontent.com/35a3d0e64b17277e0be4fa50d09329fd0c7f47a432e0b5ae9b9a65da1d7a1755/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7468657068706c65616775652f666c7973797374656d2d7265706c69636174652d616461707465722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/thephpleague/flysystem-replicate-adapter)[![Coverage Status](https://camo.githubusercontent.com/824fbb3fa8c162293c66f83febcba7fd53dc39abec76c1090e5207289430cc2a/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f7468657068706c65616775652f666c7973797374656d2d7265706c69636174652d616461707465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/thephpleague/flysystem-replicate-adapter/code-structure)[![Quality Score](https://camo.githubusercontent.com/33506df368085c2660a90286330acbe97ad38c859b72b85e2f02f6d574863f91/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7468657068706c65616775652f666c7973797374656d2d7265706c69636174652d616461707465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/thephpleague/flysystem-replicate-adapter)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Packagist Version](https://camo.githubusercontent.com/3abbf6f33382f7066724ee6706deab558b147205256c3b413b014a9fb28af8ee/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c65616775652f666c7973797374656d2d7265706c69636174652d616461707465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/league/flysystem-replicate-adapter)[![Total Downloads](https://camo.githubusercontent.com/506e7fa2f68f26103252f1ee2c6a3102f511e3408c6e6959af6d3dee4ca7b363/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c65616775652f666c7973797374656d2d7265706c69636174652d616461707465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/league/flysystem-replicate-adapter)

Installation
------------

[](#installation)

```
composer require league/flysystem-replicate-adapter
```

Usage
-----

[](#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.

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

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

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity53

Moderate usage in the ecosystem

Community27

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 64.3% of commits — single point of failure

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

Total

2

Last Release

3926d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/534693?v=4)[Frank de Jonge](/maintainers/frankdejonge)[@frankdejonge](https://github.com/frankdejonge)

---

Top Contributors

[![frankdejonge](https://avatars.githubusercontent.com/u/534693?v=4)](https://github.com/frankdejonge "frankdejonge (9 commits)")[![twistor](https://avatars.githubusercontent.com/u/42400?v=4)](https://github.com/twistor "twistor (2 commits)")[![GrahamCampbell](https://avatars.githubusercontent.com/u/2829600?v=4)](https://github.com/GrahamCampbell "GrahamCampbell (1 commits)")[![hannesvdvreken](https://avatars.githubusercontent.com/u/1410358?v=4)](https://github.com/hannesvdvreken "hannesvdvreken (1 commits)")[![Leechael](https://avatars.githubusercontent.com/u/106123?v=4)](https://github.com/Leechael "Leechael (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/league-flysystem-replicate-adapter/health.svg)

```
[![Health](https://phpackages.com/badges/league-flysystem-replicate-adapter/health.svg)](https://phpackages.com/packages/league-flysystem-replicate-adapter)
```

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/packages/league-flysystem-aws-s3-v3)[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.3M74](/packages/unisharp-laravel-filemanager)[league/flysystem-local

Local filesystem adapter for Flysystem.

225231.8M39](/packages/league-flysystem-local)[league/flysystem-bundle

Symfony bundle integrating Flysystem into Symfony applications

40129.5M87](/packages/league-flysystem-bundle)[league/flysystem-sftp-v3

SFTP filesystem adapter for Flysystem.

6129.6M91](/packages/league-flysystem-sftp-v3)[league/flysystem-memory

In-memory filesystem adapter for Flysystem.

8533.6M194](/packages/league-flysystem-memory)

PHPackages © 2026

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