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(1y ago)028MITPHPPHP &gt;=8.1

Since Jun 29Pushed 1y 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 today

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

31

—

LowBetter than 66% of packages

Maintenance49

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

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

369d ago

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

v1.1.0PHP &gt;=8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7680277?v=4)[Welly Rosadi](/maintainers/wellyrm)[@wellyrm](https://github.com/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.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.3M849](/packages/illuminate-session)

PHPackages © 2026

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