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

ActiveLibrary

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

Laravel 5 WebDAV Filesystem

2.2.1(9y ago)05.3k↓12.5%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 1mo ago

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 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

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

3294d 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

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[barryvdh/laravel-snappy

Snappy PDF/Image for Laravel

2.8k24.8M48](/packages/barryvdh-laravel-snappy)[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k4.8M26](/packages/tucker-eric-eloquentfilter)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[cybercog/laravel-clickhouse

ClickHouse migrations for Laravel

163166.8k](/packages/cybercog-laravel-clickhouse)

PHPackages © 2026

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