PHPackages                             edrard/phpnextcloud - 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. edrard/phpnextcloud

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

edrard/phpnextcloud
===================

Nextcloud uploader

v0.0.4(1y ago)00MITPHPPHP &gt;=7.0.0

Since Oct 1Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/Edrard/PhpNextcloud)[ Packagist](https://packagist.org/packages/edrard/phpnextcloud)[ Docs](https://github.com/Edrard/PhpNextcloud)[ RSS](/packages/edrard-phpnextcloud/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

PhpNextcloud
============

[](#phpnextcloud)

Simple Php Nextcloud uploader

Attention!!! Package using shell curl to upload files, becouse sometime php curl have problems to upload big files.

```
$config = array(
    'url' => 'https://nextcloud/',
    'login' => 'login',
    'password' => 'password',
    'httpheader' => array('OCS-APIRequest: true')
);

# Uploading file

$uploader = new Uploader($config);

# In fucntion $uploader->uploadFile if third parametr is False, then its not using shell Curl

if($uploader->uploadFile('1500mb.bin','/path/inside/nc')){
    #Share File for public
    $sharing = new Sharing($config);
    $respons = $sharing->share('1500mb.bin','/path/inside/nc');
}
# Delete file
$delete = new Delete($config);
$delete->delete('64mb.bin');

# List folder
$info = new Info($config);
$list = $info->getFolderList();

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance59

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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

4

Last Release

639d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1434437?v=4)[Edrard](/maintainers/Edrard)[@Edrard](https://github.com/Edrard)

---

Top Contributors

[![Edrard](https://avatars.githubusercontent.com/u/1434437?v=4)](https://github.com/Edrard "Edrard (21 commits)")

---

Tags

linuxnextcloud

### Embed Badge

![Health badge](/badges/edrard-phpnextcloud/health.svg)

```
[![Health](https://phpackages.com/badges/edrard-phpnextcloud/health.svg)](https://phpackages.com/packages/edrard-phpnextcloud)
```

###  Alternatives

[nino/laravel-nextcloud-fs

Laravel Nextcloud Filesystem

156.0k1](/packages/nino-laravel-nextcloud-fs)

PHPackages © 2026

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