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

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

iclass/laravel-webdav
=====================

Laravel 5 WebDAV Filesystem

2.2.1(9y ago)05.5k↓41.2%1MITPHPPHP ~5.6|~7.0

Since Mar 12Pushed 9y ago8 watchersCompare

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

READMEChangelogDependencies (2)Versions (10)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

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 84.2% 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 ~60 days

Recently: every ~9 days

Total

8

Last Release

3341d 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/0146e485839ac30fb96126ed0e42dc4c05c72c48def33691f70098e2f93414be?d=identicon)[itsnotvalid](/maintainers/itsnotvalid)

![](https://www.gravatar.com/avatar/10e7afba9bdfe9e5cb8c200f1552d8e1fc5f3e0a843fb19306858c8aa8e19017?d=identicon)[miklcct](/maintainers/miklcct)

---

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)")

---

Tags

laravelWebDAV

### Embed Badge

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

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

###  Alternatives

[unisharp/laravel-filemanager

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

2.2k3.5M85](/packages/unisharp-laravel-filemanager)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M201](/packages/laravel-ai)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[spatie/laravel-google-cloud-storage

Google Cloud Storage filesystem driver for Laravel

25010.1M21](/packages/spatie-laravel-google-cloud-storage)[erag/laravel-lang-sync-inertia

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

4925.3k](/packages/erag-laravel-lang-sync-inertia)[nino/laravel-nextcloud-fs

Laravel Nextcloud Filesystem

156.0k1](/packages/nino-laravel-nextcloud-fs)

PHPackages © 2026

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