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

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

tyangjawi03/laravel-nextcloud
=============================

Laravel 5 NextCloud Filesystem

1.0.0(5y ago)087MITPHPPHP ~5.6|^7.0

Since Jul 2Pushed 5y agoCompare

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

READMEChangelogDependencies (5)Versions (2)Used By (0)

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

[](#laravel-nextcloud)

Based on

Install
-------

[](#install)

Via Composer

```
$ composer require tyangjawi03/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
	    'objectGuid' => 'OBJECT_GUID', // optional params, used when NextCloud instance is using AD/LDAP as Authentication provider so the webDav url will be look like e.g https://example.com/remote.php/dav/files/OBJECT_GUID/
	],
	...
];
```

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)
- [Bashir Arrohman](https://github.com/tyangjawi03)

License
-------

[](#license)

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

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

1826d ago

### Community

Maintainers

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

---

Tags

laravel-nextcloudjedlikowski

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[unisharp/laravel-filemanager

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

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

The official AI SDK for Laravel.

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

Laravel administration panel

1.3k253.1k78](/packages/moonshine-moonshine)[illuminate/queue

The Illuminate Queue package.

21332.6M1.5k](/packages/illuminate-queue)[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.1M20](/packages/spatie-laravel-google-cloud-storage)

PHPackages © 2026

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