Registry / utility / league-flysystem-vfs

league-flysystem-vfs

JSON →
library1.1.0phppackagistunverified

A VFS adapter for Flysystem, enabling virtual filesystem operations.

composer require league/flysystem-vfs
INSTALL
IMPORT
SIG · LEAGUE-FLYSYSTEM-V
L
league-flysystem-vfs
utilityphpv1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

VfsAdapter
use League\Flysystem\Vfs\VfsAdapter;

Create a virtual filesystem and write a file.

use League\Flysystem\Vfs\VfsAdapter; use League\Flysystem\Filesystem; $adapter = new VfsAdapter(); $filesystem = new Filesystem($adapter); $filesystem->write('test.txt', 'Hello World');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
league-flysystem-vfs — pip install league-flysystem-vfs · libregistry