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 2mo 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 1mo ago

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

25

—

LowBetter than 37% of packages

Maintenance65

Regular maintenance activity

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity27

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

594d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/733595de23208044b90bed04a4568e49a1177465818d06e01860767f2b343b95?d=identicon)[Edrard](/maintainers/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

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15161.6M2.6k](/packages/illuminate-filesystem)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)[madnest/madzipper

Easier zip file handling for Laravel applications.

1382.3M6](/packages/madnest-madzipper)

PHPackages © 2026

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