PHPackages                             becklyn/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. [HTTP &amp; Networking](/categories/http)
4. /
5. becklyn/webdav

ActiveLibrary[HTTP &amp; Networking](/categories/http)

becklyn/webdav
==============

Lightweight WebDav client

1.1.0(4y ago)0150↓93.3%BSD-3-ClausePHPPHP &gt;=8.0

Since Aug 18Pushed 4y agoCompare

[ Source](https://github.com/Becklyn/webdav)[ Packagist](https://packagist.org/packages/becklyn/webdav)[ RSS](/packages/becklyn-webdav/feed)WikiDiscussions 1.x Synced today

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

Becklyn WebDav
==============

[](#becklyn-webdav)

A simple WebDav client.

Installation
------------

[](#installation)

```
$ composer require becklyn/webdav

```

Usage
-----

[](#usage)

```
$client = new \Becklyn\WebDav\Client(new \Becklyn\WebDav\Config(
    'base_url',
    'username',
    'password'
));

$files = $client->listFolderContents('path/to/folder');

foreach ($files as $file) {
    if ($file instanceof \Becklyn\WebDav\Resource\File) {
        file_put_contents("/tmp/{$file->path()}", $client->getFileContents($file));
    }
}

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity57

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

Every ~1 days

Total

3

Last Release

1777d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1044355?v=4)[Becklyn Studios](/maintainers/becklyn)[@Becklyn](https://github.com/Becklyn)

---

Top Contributors

[![msvujnovic-becklyn](https://avatars.githubusercontent.com/u/74408165?v=4)](https://github.com/msvujnovic-becklyn "msvujnovic-becklyn (8 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M508](/packages/pimcore-pimcore)[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M82](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.9M6.8k](/packages/illuminate-http)[leantime/leantime

Open source project management system for non-project managers. Simple like Trello, powerful like Jira. Built with neurodiversity in mind.

10.1k3.5k](/packages/leantime-leantime)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k24.3k1](/packages/rdkafka-rdkafka)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)

PHPackages © 2026

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