PHPackages                             abdullahhafizh/laravel-owncloud - 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. abdullahhafizh/laravel-owncloud

ActiveLibrary

abdullahhafizh/laravel-owncloud
===============================

Laravel 7 OwnCloud Filesystem

1.0.0(5y ago)229MITPHPPHP ~7.0

Since Nov 23Pushed 5y ago1 watchersCompare

[ Source](https://github.com/abdullahhafizh/laravel-owncloud)[ Packagist](https://packagist.org/packages/abdullahhafizh/laravel-owncloud)[ Docs](https://github.com/abdullahhafizh/laravel-owncloud)[ Fund](https://issuehunt.io/r/abdullahhafizh)[ Fund](https://ko-fi.com/abdullahhafizh)[ RSS](/packages/abdullahhafizh-laravel-owncloud/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

laravel-owncloud
================

[](#laravel-owncloud)

Install
-------

[](#install)

Via Composer

```
$ composer require abdullahhafizh/laravel-owncloud
```

Usage
-----

[](#usage)

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

```
// config/app.php

'providers' => [
    ...
    League\Flysystem\OwnCloud\OwnCloudServiceProvider::class
    ...
];
```

Create a owncloud filesystem disk:

```
// config/filesystems.php

'disks' => [
	...
	'owncloud' => [
        'driver'   => 'owncloud',
        'baseUri'  => 'webdav.url',
        'shareApi'  => 'something like...ocs/v1.php/apps/files_sharing/api/v1/shares',
        'userName' => 'secret',
        'password' => 'secret'
    ],
	...
];
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

1996d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/79c1c30a16451a86d8cebea23a3354a6c02137682584d13d6953a8ec2bf9f992?d=identicon)[abdullahhafizh](/maintainers/abdullahhafizh)

---

Top Contributors

[![abdullahhafizh](https://avatars.githubusercontent.com/u/19485897?v=4)](https://github.com/abdullahhafizh "abdullahhafizh (2 commits)")

---

Tags

laravelWebDAV

### Embed Badge

![Health badge](/badges/abdullahhafizh-laravel-owncloud/health.svg)

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

###  Alternatives

[rtconner/laravel-likeable

Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.

394388.0k5](/packages/rtconner-laravel-likeable)[hemp/presenter

Easy Model Presenters in Laravel

247592.6k1](/packages/hemp-presenter)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)[singlequote/laravel-webdav

1344.8k](/packages/singlequote-laravel-webdav)

PHPackages © 2026

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