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

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

toka/laravel-nextcloud
======================

Laravel NextCloud Filesystem

1.0.3(5y ago)21.1k1MITPHPPHP &gt;=7.3

Since Apr 29Pushed 5y ago1 watchersCompare

[ Source](https://github.com/fsflex/nextcloud-laravel)[ Packagist](https://packagist.org/packages/toka/laravel-nextcloud)[ Docs](https://github.com/giran/laravel-nextcloud)[ RSS](/packages/toka-laravel-nextcloud/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (4)Dependencies (5)Versions (4)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' => [
    ...
    Toka\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

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

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

1892d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cc90f4f09176b3a3c036e04b2ddb7b5f36ce4e12672438aa5ae639d116e4feb3?d=identicon)[nguyenhieptn](/maintainers/nguyenhieptn)

---

Top Contributors

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

---

Tags

laravel-nextcloudtoka

###  Code Quality

TestsPHPUnit

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/toka-laravel-nextcloud/health.svg)](https://phpackages.com/packages/toka-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.2M194](/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)
