2017 © Pedro Peláez
 

library flysystem-webdav

Flysystem adapter for WebDAV

image

gasparyanyur/flysystem-webdav

Flysystem adapter for WebDAV

  • Wednesday, July 5, 2017
  • by gasparyanyur
  • Repository
  • 0 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 21 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

League\Flysystem\WebDAV [BETA]

Author Build Status Coverage Status Quality Score Software License , (*1)

This is a Flysystem adapter for the WebDAV., (*2)

Installation

composer require league/flysystem-webdav

Bootstrap

``` php <?php use Sabre\DAV\Client; use League\Flysystem\Filesystem; use League\Flysystem\WebDAV\WebDAVAdapter;, (*3)

$client = new Client($settings); $adapter = new WebDAVAdapter($client); $flysystem = new Filesystem($adapter); ``` I have added stream support logic, that the request should get and send large files via stream, (*4)

The Versions

05/07 2017

dev-master

9999999-dev

Flysystem adapter for WebDAV

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

14/12 2016

1.0.5

1.0.5.0

Flysystem adapter for WebDAV

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

11/08 2016

1.0.4

1.0.4.0

Flysystem adapter for WebDAV

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

11/07 2016

1.0.3

1.0.3.0

Flysystem adapter for WebDAV

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

17/03 2016

1.0.2

1.0.2.0

Flysystem adapter for WebDAV

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

18/05 2015

1.0.1

1.0.1.0

Flysystem adapter for WebDAV

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

21/01 2015

1.0.0

1.0.0.0

Flysystem adapter for WebDAV

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge