2017 © Pedro Peláez
 

library flysystem-stream-wrapper

Adapts Flysystem filesystems to PHP stream wrappers.

image

twistor/flysystem-stream-wrapper

Adapts Flysystem filesystems to PHP stream wrappers.

  • Monday, July 23, 2018
  • by twistor
  • Repository
  • 4 Watchers
  • 32 Stars
  • 202,899 Installations
  • PHP
  • 9 Dependents
  • 7 Suggesters
  • 2 Forks
  • 3 Open issues
  • 11 Versions
  • 11 % Grown

The README.md

Flysystem stream wrapper

Author Build Status AppVeyor Coverage Status Software License Packagist Version Total Downloads, (*1)

Installation

composer require twistor/flysystem-stream-wrapper

Usage

use League\Flysystem\Adapter\Local;
use League\Flysystem\Filesystem;
use Twistor\FlysystemStreamWrapper;

// Get a Filesystem object.
$filesystem = new Filesystem(new Local('/some/path'));

FlysystemStreamWrapper::register('fly', $filesystem);

// Then you can use it like so.
file_put_contents('fly://filename.txt', $content);

mkdir('fly://happy_thoughts');

FlysystemStreamWrapper::unregister('fly');

Notes

This project tries to emulate the behavior of the standard PHP functions, rename(), mkdir(), unlink(), etc., as closely as possible. This includes emitting wanrings. If any differences are discovered, please file an issue., (*2)

The Versions

23/07 2018

dev-master

9999999-dev http://github.com/twistor/flysystem-stream-wrapper

Adapts Flysystem filesystems to PHP stream wrappers.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Leppanen

06/11 2017

v1.0.8

1.0.8.0 http://github.com/twistor/flysystem-stream-wrapper

Adapts Flysystem filesystems to PHP stream wrappers.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Leppanen

06/11 2017

dev-add-flags-option

dev-add-flags-option http://github.com/twistor/flysystem-stream-wrapper

Adapts Flysystem filesystems to PHP stream wrappers.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Leppanen

29/04 2016

v1.0.7

1.0.7.0 http://github.com/twistor/flysystem-stream-wrapper

Adapts Flysystem filesystems to PHP stream wrappers.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Leppanen

10/11 2015

v1.0.6

1.0.6.0 http://github.com/twistor/flysystem-stream-wrapper

Adapts Flysystem filesystems to PHP stream wrappers.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Leppanen

27/05 2015

v1.0.5

1.0.5.0 http://github.com/twistor/flysystem-stream-wrapper

Adapts Flysystem filesystems to PHP stream wrappers.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Leppanen

25/05 2015

v1.0.4

1.0.4.0 http://github.com/twistor/flysystem-stream-wrapper

Adapts Flysystem filesystems to PHP stream wrappers.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Leppanen

22/05 2015

v1.0.3

1.0.3.0 http://github.com/twistor/flysystem-stream-wrapper

Adapts Flysystem filesystems to PHP stream wrappers.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Leppanen

20/05 2015

v1.0.2

1.0.2.0 http://github.com/twistor/flysystem-stream-wrapper

Adapts Flysystem filesystems to PHP stream wrappers.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Leppanen

19/05 2015

v1.0.1

1.0.1.0 http://github.com/twistor/flysystem-stream-wrapper

Adapts Flysystem filesystems to PHP stream wrappers.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Leppanen

16/05 2015

v1.0.0

1.0.0.0 http://github.com/twistor/flysystem-stream-wrapper

Adapts Flysystem filesystems to PHP stream wrappers.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Leppanen