2017 © Pedro Peláez
 

library flysystem-vfs

A VFS adapter for Flysystem

image

league/flysystem-vfs

A VFS adapter for Flysystem

  • Friday, March 3, 2017
  • by Anahkiasen
  • Repository
  • 4 Watchers
  • 10 Stars
  • 98,541 Installations
  • PHP
  • 21 Dependents
  • 3 Suggesters
  • 6 Forks
  • 0 Open issues
  • 5 Versions
  • 10 % Grown

The README.md

Flysystem Adapter for VFS

Latest Version Software License Build Status Total Downloads, (*1)

This is a VFS adapter for Flysystem. It allows you to mount a virtual filesystem., (*2)

Installation

composer require league/flysystem-vfs

Usage

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

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

The Versions

03/03 2017

dev-master

9999999-dev

A VFS adapter for Flysystem

  Sources   Download

MIT

The Requires

 

The Development Requires

03/03 2017

1.0.3

1.0.3.0

A VFS adapter for Flysystem

  Sources   Download

MIT

The Requires

 

The Development Requires

05/11 2015

1.0.2

1.0.2.0

A VFS adapter for Flysystem

  Sources   Download

MIT

The Requires

 

The Development Requires

20/03 2015

1.0.1

1.0.1.0

A VFS adapter for Flysystem

  Sources   Download

MIT

The Requires

 

The Development Requires

20/03 2015

1.0.0

1.0.0.0

A VFS adapter for Flysystem

  Sources   Download

MIT

The Requires

 

The Development Requires