PHPackages                             sinapsteknologi/nextcloud-manager - 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. sinapsteknologi/nextcloud-manager

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

sinapsteknologi/nextcloud-manager
=================================

Laravel package to upload files to Nextcloud, create public links, and auto-clean expired files.

v1.1.4(10mo ago)016MITPHPPHP &gt;=8.1

Since Jun 29Pushed 10mo agoCompare

[ Source](https://github.com/sinapsteknologi/nextcloud-manager)[ Packagist](https://packagist.org/packages/sinapsteknologi/nextcloud-manager)[ RSS](/packages/sinapsteknologi-nextcloud-manager/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (11)Used By (0)

Nextcloud Manager for Laravel
=============================

[](#nextcloud-manager-for-laravel)

A Laravel package to upload files to Nextcloud, generate public share links, and clean them programmatically.

Features
--------

[](#features)

- Upload file to Nextcloud via Laravel storage
- Automatically generate public share link
- Store file info in database
- Revoke public shares
- Artisan command to clean old files

Installation
------------

[](#installation)

```
composer require sinapsteknologi/nextcloud-manager
```

Configuration
-------------

[](#configuration)

```
php artisan vendor:publish --tag=nextcloud-config
```

Usage
-----

[](#usage)

```
use Sinapsteknologi\NextcloudManager\NextcloudService;

$url = app(NextcloudService::class)->uploadAndShare($request->file('file'));
```

Cleanup
-------

[](#cleanup)

```
php artisan nextcloud:clean --days=30
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance54

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

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

10

Last Release

314d ago

PHP version history (2 changes)v1.0.0PHP ^8.2

v1.1.0PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/6f2e224c5017cf0610f6ad8a36d09d5d22a21caa524c62ed43fa13186a378691?d=identicon)[wellyrm](/maintainers/wellyrm)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/sinapsteknologi-nextcloud-manager/health.svg)

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

###  Alternatives

[unisharp/laravel-filemanager

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

2.2k3.3M73](/packages/unisharp-laravel-filemanager)[spatie/laravel-google-cloud-storage

Google Cloud Storage filesystem driver for Laravel

2408.9M12](/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)
