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

ActiveLibrary

pwdev/laravel-nextcloud
=======================

Laravel NextCloud Filesystem

18PHP

Since Nov 7Pushed 2y ago1 watchersCompare

[ Source](https://github.com/pwdev-solucoes/nextcloud-laravel)[ Packagist](https://packagist.org/packages/pwdev/laravel-nextcloud)[ RSS](/packages/pwdev-laravel-nextcloud/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#laravel-nextcloud)

Based on

Install
-------

[](#install)

Via Composer

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

Usage
-----

[](#usage)

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

```
// config/app.php

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

Create a NextCloud filesystem disk:

```
// config/filesystems.php

'disks' => [
	...
	'nextcloud' => [
	    'driver'     => 'nextcloud',
	    'baseUri'    => 'https://cloud.example.com',
	    'userName'   => 'username',
	    '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/toka)
- [Pascal Baljet](https://github.com/pascalbaljet)

License
-------

[](#license)

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

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity20

Early-stage or recently created project

 Bus Factor1

Top contributor holds 55% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/050cbabb1ed397e4de132484a168f216ef09e1f00d80a6009e2c02a0d26d187f?d=identicon)[walberjefferson2](/maintainers/walberjefferson2)

---

Top Contributors

[![manhninh94](https://avatars.githubusercontent.com/u/18535211?v=4)](https://github.com/manhninh94 "manhninh94 (11 commits)")[![walberjefferson](https://avatars.githubusercontent.com/u/8672378?v=4)](https://github.com/walberjefferson "walberjefferson (9 commits)")

### Embed Badge

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

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

PHPackages © 2026

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