clarkeash/flysystem-vfs-stream

A VfsStream driver for Flysystem

Maintainers

Package info

github.com/clarkeash/flysystem-vfs-stream

pkg:composer/clarkeash/flysystem-vfs-stream

Statistics

Installs: 150

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 0

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