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

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

Since Sep 25Pushed 4y 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 yesterday

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

22

—

LowBetter than 22% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity21

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://www.gravatar.com/avatar/173ef23280dcb5b84ce3b1e03a5acdfa7d91c17053613b8b6e7fb5ede75e222a?d=identicon)[jedlikowski](/maintainers/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

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

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