PHPackages                             pixxet/laravel-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. pixxet/laravel-webdav

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

pixxet/laravel-webdav
=====================

Laravel 5 WebDAV Filesystem

2.2.2(8y ago)0915MITPHPPHP ~5.6|~7.0

Since Mar 12Pushed 8y ago1 watchersCompare

[ Source](https://github.com/pixxet/laravel-webdav)[ Packagist](https://packagist.org/packages/pixxet/laravel-webdav)[ Docs](https://github.com/iclasshk/laravel-webdav)[ RSS](/packages/pixxet-laravel-webdav/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (2)Versions (11)Used By (0)

laravel-webdav
==============

[](#laravel-webdav)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c5c8ed7206dc46685e9124bf2070df1615e9abd4f5ee45e3242ecc8edb121965/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70626d656469612f6c61726176656c2d7765626461762e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/iclass/laravel-webdav)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/9265835f3fb6738358e768ede2d7cdd256eab44d7fbcbaa0d7d91b417d4b8b67/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70626d656469612f6c61726176656c2d7765626461762e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/iclass/laravel-webdav)

Install
-------

[](#install)

Via Composer

```
$ composer require iclass/laravel-webdav
```

Usage
-----

[](#usage)

Register the service provider in your app.php config file:

```
// config/app.php

'providers' => [
    ...
    Iclass\Webdav\WebdavServiceProvider::class
    ...
];
```

Create a webdav filesystem disk:

```
// config/filesystems.php

'disks' => [
	...
	'webdav' => [
	    'driver'   => 'webdav',
	    'baseUri'  => 'https://mywebdavstorage.com',
	    'userName' => 'pascalbaljetmedia',
	    'password' => 'supersecretpassword,
	    'curl_options' => [
	    ]
	],
	...
];
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Credits
-------

[](#credits)

- [iClass](https://github.com/pascalbaljet)
- [Pascal Baljet](https://github.com/pascalbaljet)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~68 days

Recently: every ~40 days

Total

9

Last Release

3212d ago

Major Versions

1.0.1 → 2.0.02017-04-03

PHP version history (2 changes)1.0.0PHP ~5.5|~7.0

1.0.1PHP ~5.6|~7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/48be3e770dee61df7b7aadd1049cb7179de9041805a9fce958367d12e6ec9cc2?d=identicon)[pixxet](/maintainers/pixxet)

---

Top Contributors

[![michaellee8-iclass](https://avatars.githubusercontent.com/u/52186303?v=4)](https://github.com/michaellee8-iclass "michaellee8-iclass (16 commits)")[![pascalbaljet](https://avatars.githubusercontent.com/u/8403149?v=4)](https://github.com/pascalbaljet "pascalbaljet (3 commits)")[![omaratpxt](https://avatars.githubusercontent.com/u/3249754?v=4)](https://github.com/omaratpxt "omaratpxt (1 commits)")

---

Tags

laravelWebDAV

### Embed Badge

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

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

###  Alternatives

[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.1k3.4M81](/packages/unisharp-laravel-filemanager)[laravel/ai

The official AI SDK for Laravel.

1.0k2.1M169](/packages/laravel-ai)[spatie/laravel-google-cloud-storage

Google Cloud Storage filesystem driver for Laravel

2489.7M19](/packages/spatie-laravel-google-cloud-storage)[moonshine/moonshine

Laravel administration panel

1.3k239.9k76](/packages/moonshine-moonshine)[erag/laravel-lang-sync-inertia

A powerful Laravel package for syncing and managing language translations across backend and Inertia.js (Vue/React) frontends, offering effortless localization, auto-sync features, and smooth multi-language support for modern Laravel applications.

4821.5k](/packages/erag-laravel-lang-sync-inertia)[luoyy/ali-oss-storage

aliyun oss filesystem storage for laravel 10+

1430.7k1](/packages/luoyy-ali-oss-storage)

PHPackages © 2026

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