PHPackages                             rolandalla/laravel-nextcloud - 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. rolandalla/laravel-nextcloud

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

rolandalla/laravel-nextcloud
============================

Laravel WebDAV| Nextcloud Filesystem

1.1.0(2y ago)21022MITPHPPHP ^8.0 || ^8.1

Since Oct 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/rolandalla/laravel-nextcloud)[ Packagist](https://packagist.org/packages/rolandalla/laravel-nextcloud)[ RSS](/packages/rolandalla-laravel-nextcloud/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (4)Versions (4)Used By (0)

laravel-nextcloud
=================

[](#laravel-nextcloud)

Credits on the idea go to :

Install
-------

[](#install)

Via Composer

```
$ composer require rolandalla/laravel-nextcloud
```

Create a NextCloud filesystem disk:

```
// config/filesystems.php

'disks' => [
	...
	'nextCloud' => [
            'driver' => 'nextCloud',
            'baseUri' =>  env('NEXT_CLOUD_URL','https://your-web-dat-domain.com'), //replace by yours baseUri
            'userName' => env('NEXT_CLOUD_USERNAME','web-dav-username'),
            'password' => env('NEXT_CLOUD_PASSWORD','web-dav-password'),
            'pathPrefix' => env('NEXT_CLOUD_PATH_PREFIX',false), // Default value is null
    ],
	...
];
```

Credits
-------

[](#credits)

- [Roland Alla](https://github.com/rolandalla)
- [Porto Media](https://github.com/protonemedia/laravel-webdav#laravel-webdav)

License
-------

[](#license)

The MIT License (MIT).

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~0 days

Total

3

Last Release

990d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/257284224?v=4)[roladn](/maintainers/roladn)[@roladn](https://github.com/roladn)

---

Top Contributors

[![rolandalla](https://avatars.githubusercontent.com/u/5981015?v=4)](https://github.com/rolandalla "rolandalla (2 commits)")[![leuchte](https://avatars.githubusercontent.com/u/357271?v=4)](https://github.com/leuchte "leuchte (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rolandalla-laravel-nextcloud/health.svg)

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

###  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.2M195](/packages/laravel-ai)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[illuminate/view

The Illuminate View package.

13047.0M2.2k](/packages/illuminate-view)[spatie/laravel-google-cloud-storage

Google Cloud Storage filesystem driver for Laravel

25010.1M21](/packages/spatie-laravel-google-cloud-storage)[illuminate/session

The Illuminate Session package.

9939.3M850](/packages/illuminate-session)

PHPackages © 2026

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