PHPackages                             phoenixgao/flysystem-webdav - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. phoenixgao/flysystem-webdav

ActiveLibrary[File &amp; Storage](/categories/file-storage)

phoenixgao/flysystem-webdav
===========================

Webdav Adapter for Flysystem

v0.1.0(10y ago)830.5kMITPHPPHP &gt;=5.4.0

Since Jan 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/phoenixgao/flysystem-webdav)[ Packagist](https://packagist.org/packages/phoenixgao/flysystem-webdav)[ Docs](https://github.com/phoenixgao/flysystem-webdav)[ RSS](/packages/phoenixgao-flysystem-webdav/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (3)Used By (0)

[![OrangeJuicePlease](https://avatars0.githubusercontent.com/u/6504853?v=3&s=50)](https://avatars0.githubusercontent.com/u/6504853?v=3&s=50) Flysystem Webdav Adapter
=====================================================================================================================================================================

[](#-flysystem-webdav-adapter)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d9d41734fbadb1904e57af1202aba6355c72f38ed2af31c20b73b11bfe9da3b7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70686f656e697867616f2f666c7973797374656d2d7765626461762e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/phoenixgao/flysystem-webdav)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/51b48b97bc7444d00192a4affb08d658da503dd90472e8a4c9b006bc4f9438b5/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f70686f656e697867616f2f666c7973797374656d2d7765626461762f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/phoenixgao/flysystem-webdav)[![Coverage Status](https://camo.githubusercontent.com/27b89ef9e532c148992bb90a498a9ef9e1f4410d7c59197b125bbc6cd6c79642/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f70686f656e697867616f2f666c7973797374656d2d7765626461762e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/phoenixgao/flysystem-webdav/code-structure)[![Quality Score](https://camo.githubusercontent.com/e625d8d95ac44bcf23cc865404d670652e8fadce19ddaa058b776d5b84e210e8/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f70686f656e697867616f2f666c7973797374656d2d7765626461762e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/phoenixgao/flysystem-webdav)[![Total Downloads](https://camo.githubusercontent.com/ef79be2619e4ecdb41bab1c9194ce13cc2029914de8627d18c2a13c374b3cb79/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70686f656e697867616f2f666c7973797374656d2d7765626461762e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/phoenixgao/flysystem-webdav)

[![SensioLabsInsight](https://camo.githubusercontent.com/5260e2634786c180e18b5b7ca985c41dbceeb03478ea06d44f2a440ecb9e3f67/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f33313065656638632d666661322d343336372d616162332d3532353738623133663738332f6269672e706e67)](https://insight.sensiolabs.com/projects/310eef8c-ffa2-4367-aab3-52578b13f783)

This is yet another webdav adapter for [league/flysystem](https://github.com/thephpleague/flysystem).

Comparing to their official webdav adapter [league/flysystem-webdav](https://github.com/thephpleague/flysystem-webdav),

this uses **HEAD** to check file existance, so it can work with nginx with ngx\_http\_dav\_module, which doesn't support **PROPFIND**, and

\[TODO\] replaces sabre/dav with own dav client based on guzzle http 6.

Install
-------

[](#install)

Via Composer

```
$ composer require phoenixgao/flysystem-webdav
```

Usage
-----

[](#usage)

### Use with [league/flysystem](https://github.com/thephpleague/flysystem)

[](#use-with-leagueflysystem)

```
