Skip to content

kesselb/flysystem-webdav

 
 

Repository files navigation

League\Flysystem\WebDAV [BETA]

Author Build Status Coverage Status Quality Score Software License

This is a Flysystem adapter for the WebDAV.

Installation

composer require league/flysystem-webdav

Bootstrap

<?php
use Sabre\DAV\Client;
use League\Flysystem\Filesystem;
use League\Flysystem\WebDAV\WebDAVAdapter;

$client = new Client($settings);
$adapter = new WebDAVAdapter($client);
$flysystem = new Filesystem($adapter);

About

WebDAV adapter for Flysystem

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%