PHPackages                             league/flysystem-vfs - 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-vfs

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

league/flysystem-vfs
====================

A VFS adapter for Flysystem

1.1.0(5y ago)19576.1k—9.2%9[1 PRs](https://github.com/thephpleague/flysystem-vfs/pulls)11MITPHPPHP &gt;=5.4.0CI failing

Since Mar 20Pushed 5y ago3 watchersCompare

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

READMEChangelog (3)Dependencies (3)Versions (6)Used By (11)

Flysystem Adapter for VFS
=========================

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

[![Latest Version](https://camo.githubusercontent.com/5b862c0f18881f477812e352fd114c116ed57f6c482c677c43c01308e756a2b3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f7468657068706c65616775652f666c7973797374656d2d7666732e7376673f7374796c653d666c61742d737175617265)](https://github.com/thephpleague/flysystem-vfs/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/8e0ed6a6530a935341980abfc3f714ef380cb2572aaf10368dad3cb1644851b2/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7468657068706c65616775652f666c7973797374656d2d7666732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/thephpleague/flysystem-vfs)[![Total Downloads](https://camo.githubusercontent.com/1d1e6ce7fa478b00c440956ab626c98637ec54c57f9c8bbbb46efdd1e8d7c5e3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c65616775652f666c7973797374656d2d7666732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/league/flysystem-vfs)

This is a [VFS](https://github.com/michael-donat/php-vfs) adapter for [Flysystem](http://flysystem.thephpleague.com/). It allows you to mount a virtual filesystem.

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

[](#installation)

```
composer require league/flysystem-vfs
```

Usage
-----

[](#usage)

```
use League\Flysystem\Vfs\VfsAdapter;
use League\Flysystem\Filesystem;
use VirtualFileSystem\FileSystem as Vfs;

$adapter = new VfsAdapter(new Vfs);
$filesystem = new Filesystem($adapter);
```

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity47

Moderate usage in the ecosystem

Community27

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 80.6% 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 ~516 days

Total

5

Last Release

2013d ago

### Community

Maintainers

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

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

---

Top Contributors

[![Anahkiasen](https://avatars.githubusercontent.com/u/1321596?v=4)](https://github.com/Anahkiasen "Anahkiasen (25 commits)")[![stefanotorresi](https://avatars.githubusercontent.com/u/2952427?v=4)](https://github.com/stefanotorresi "stefanotorresi (3 commits)")[![njohns-pica9](https://avatars.githubusercontent.com/u/6576189?v=4)](https://github.com/njohns-pica9 "njohns-pica9 (1 commits)")[![pimjansen](https://avatars.githubusercontent.com/u/1457219?v=4)](https://github.com/pimjansen "pimjansen (1 commits)")[![weotch](https://avatars.githubusercontent.com/u/77567?v=4)](https://github.com/weotch "weotch (1 commits)")

---

Tags

flysystemflysystem-adapterphpvfs

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

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