thibaud-dauce/flysystem-webdav

Installs: 105

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/thibaud-dauce/flysystem-webdav

0.1.0 2022-02-09 15:21 UTC

This package is auto-updated.

Last update: 2025-10-09 23:07:12 UTC


README

Installation

composer require thibaud-dauce/flysystem-webdav

The package is still in 0.x right now because I need to test it inside my application before going 1.0.

Tests

To run the test, you need a Webdav server with a folder webdav_tests at the root. Export env variables:

export TESTS_WEBDAV_BASE_URL=https://cloud.example.com
export TESTS_WEBDAV_USERNAME=webdav_tests
export TESTS_WEBDAV_PASSWORD=xxxxxxx

Then run PHPUnit:

composer update
vendor/bin/phpunit tests