clarkeash/flysystem-vfs-stream

A VfsStream driver for Flysystem

dev-master 2016-01-27 18:30 UTC

This package is auto-updated.

Last update: 2020-01-07 05:07:59 UTC


README

Usage

VfsStream::setup('foo', null, [
  'foo.txt' => 'foobar'
]);

$adapter = new \Clarkeash\Vfs\Adapter(VfsStream::url('foo'));
$file = new \League\Flysystem\Filesystem($adapter);