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 1mo 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 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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

1846d 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.3M74](/packages/unisharp-laravel-filemanager)[spatie/laravel-google-cloud-storage

Google Cloud Storage filesystem driver for Laravel

2408.9M13](/packages/spatie-laravel-google-cloud-storage)[pion/laravel-chunk-upload

Service for chunked upload with several js providers

7254.4M21](/packages/pion-laravel-chunk-upload)[madnest/madzipper

Easier zip file handling for Laravel applications.

1382.3M6](/packages/madnest-madzipper)[azure-oss/storage-blob-laravel

Azure Storage Blob filesystem driver for Laravel

63582.2k1](/packages/azure-oss-storage-blob-laravel)[yoelpc4/laravel-cloudinary

Laravel Cloudinary filesystem cloud driver.

3343.0k](/packages/yoelpc4-laravel-cloudinary)

PHPackages © 2026

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