PHPackages                             contelli/webdav-sync - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. contelli/webdav-sync

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

contelli/webdav-sync
====================

1.0.0(1y ago)02MITPHPPHP &gt;=8.2

Since Dec 19Pushed 1y ago1 watchersCompare

[ Source](https://github.com/TiDSchi/webdav-sync)[ Packagist](https://packagist.org/packages/contelli/webdav-sync)[ Docs](https://github.com/TiDschi/webdav-sync)[ RSS](/packages/contelli-webdav-sync/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

webdav-sync
===========

[](#webdav-sync)

A simple library to connect to Nextcloud based webdav ressources

### Dependencies

[](#dependencies)

- cURL
- PHP-8.2 or above
- PHP extensions: DOMDocument

### Installation

[](#installation)

`composer require contelli/webdav-sync`

`composer update`

### Usage

[](#usage)

require\_once 'src/WebDav/WebDavClient.php';

use WebDav\\WebDav\\WebDavClient;

$web\_dav\_client = new WebDavClient( '', '', '&gt;' );

$web\_dav\_client-&gt;upload\_file(dirname(**FILE**) . '/FILENAME\_TO\_UPLOAD', '/DIRECTORY\_ON\_WEBDAV');

$contents = $web\_dav\_client-&gt;read\_contents('/DIRECTORY TO READ')); $web\_dav\_client-&gt;delete(REMOTE\_FILE\_TO\_DELETE); $web\_dav\_client-&gt;downloa(REMOTE\_FILE\_TO\_DOWNLOAD, LOCAL\_DESTINATION\_TO\_SAVE);

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

515d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f9dc29eb6b8b5a157f097219ebab49e95a30631d3ae1cf3cb919c3c4fd38d935?d=identicon)[TiDschi](/maintainers/TiDschi)

---

Top Contributors

[![TiDSchi](https://avatars.githubusercontent.com/u/173626694?v=4)](https://github.com/TiDSchi "TiDSchi (1 commits)")

---

Tags

WebDAVsynclybrary

### Embed Badge

![Health badge](/badges/contelli-webdav-sync/health.svg)

```
[![Health](https://phpackages.com/badges/contelli-webdav-sync/health.svg)](https://phpackages.com/packages/contelli-webdav-sync)
```

###  Alternatives

[weareferal/remote-sync

Sync your database and assets across Craft environments

1216.0k](/packages/weareferal-remote-sync)[laravelplus/laravel-updater

A Laravel package for syncing with upstream repositories (GitHub, GitLab, Bitbucket, etc.)

201.7k](/packages/laravelplus-laravel-updater)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
