flysystem-webdav

WebDAV adapter for Flysystem

  • Owner: thephpleague/flysystem-webdav
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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

Main metrics

Overview
Name With Ownerthephpleague/flysystem-webdav
Primary LanguagePHP
Program languagePHP (Language Count: 1)
Platform
License:MIT License
所有者活动
Created At2014-12-09 15:32:02
Pushed At2025-06-28 11:54:39
Last Commit At2021-12-31 12:40:25
Release Count34
Last Release Name3.30.0 (Posted on 2025-06-25 13:30:49)
First Release Name1.0.0 (Posted on )
用户参与
Stargazers Count73
Watchers Count11
Fork Count59
Commits Count42
Has Issues Enabled
Issues Count0
Issue Open Count0
Pull Requests Count18
Pull Requests Open Count7
Pull Requests Close Count12
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private