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

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

jedlikowski/laravel-nextcloud
=============================

Laravel 5 NextCloud Filesystem

105218[2 issues](https://github.com/jedlikowski/laravel-nextcloud/issues)[2 PRs](https://github.com/jedlikowski/laravel-nextcloud/pulls)PHP

Since Sep 25Pushed 5y agoCompare

[ Source](https://github.com/jedlikowski/laravel-nextcloud)[ Packagist](https://packagist.org/packages/jedlikowski/laravel-nextcloud)[ RSS](/packages/jedlikowski-laravel-nextcloud/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#laravel-nextcloud)

Based on

Install
-------

[](#install)

Via Composer

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

Usage
-----

[](#usage)

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

```
// config/app.php

'providers' => [
    ...
    Jedlikowski\NextCloudStorage\NextCloudServiceProvider::class
    ...
];
```

Create a NextCloud filesystem disk:

```
// config/filesystems.php

'disks' => [
	...
	'nextcloud' => [
	    'driver'     => 'nextcloud',
	    'baseUri'    => 'https://mywebdavstorage.com',
	    'userName'   => 'johndoe',
	    'password'   => 'secret',
	    'pathPrefix' => '', // provide a subfolder name if your NextCloud instance isn't running directly on a domain, e.g. https://example.com/drive
	],
	...
];
```

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Jakub Jedlikowski](https://github.com/jedlikowski)
- [Pascal Baljet](https://github.com/pascalbaljet)

License
-------

[](#license)

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

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9341608?v=4)[Jakub Jedlikowski](/maintainers/jedlikowski)[@jedlikowski](https://github.com/jedlikowski)

### Embed Badge

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

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

###  Alternatives

[venveo/craft-compress

Create smart zip files from Craft assets on the fly

124.7k](/packages/venveo-craft-compress)

PHPackages © 2026

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