PHPackages                             mathsgod/flysystem-pcloud - 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. mathsgod/flysystem-pcloud

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

mathsgod/flysystem-pcloud
=========================

A Flysystem adapter for pCloud storage

1.0.2(6mo ago)13MITPHP

Since Jun 30Pushed 6mo agoCompare

[ Source](https://github.com/mathsgod/flysystem-pcloud)[ Packagist](https://packagist.org/packages/mathsgod/flysystem-pcloud)[ RSS](/packages/mathsgod-flysystem-pcloud/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

flysystem-pcloud
================

[](#flysystem-pcloud)

A [Flysystem](https://flysystem.thephpleague.com/) adapter for [pCloud](https://www.pcloud.com/), supporting PHP 8+. Usable in Laravel, Symfony, and any PHP project.

Features
--------

[](#features)

- Upload, download, delete, copy, and move files/folders
- Stream upload for large files
- Recursive directory listing
- Auto-create missing directories
- Robust error handling

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

[](#installation)

```
composer require mathsgod/flysystem-pcloud
```

Usage
-----

[](#usage)

```
use League\Flysystem\Filesystem;
use League\Flysystem\pCloud\pCloudAdapter;

$adapter = new pCloudAdapter(
    region: 'eu', // or 'us'
    accessToken: 'your-access-token'
);

$filesystem = new Filesystem($adapter);

// Upload a file
$filesystem->write('/folder/file.txt', 'content');

// Read a file
$content = $filesystem->read('/folder/file.txt');

// List directory contents
foreach ($filesystem->listContents('/folder', true) as $item) {
    echo $item->path() . PHP_EOL;
}
```

Parameters
----------

[](#parameters)

- `region`: `'eu'` or `'us'`, depending on your pCloud account region
- `accessToken`: Your pCloud OAuth2 access token

Notes
-----

[](#notes)

- Directory operations will auto-create missing parent folders
- pCloud API only supports some file attributes; visibility is not supported
- Any API error will throw an Exception

License
-------

[](#license)

MIT

###  Health Score

31

—

LowBetter than 65% of packages

Maintenance66

Regular maintenance activity

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

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 ~105 days

Total

3

Last Release

205d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

FlysystemadapterstoragepCloud

### Embed Badge

![Health badge](/badges/mathsgod-flysystem-pcloud/health.svg)

```
[![Health](https://phpackages.com/badges/mathsgod-flysystem-pcloud/health.svg)](https://phpackages.com/packages/mathsgod-flysystem-pcloud)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.9k556.2M21.5k](/packages/laravel-framework)[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k555.0M2.8k](/packages/aws-aws-sdk-php)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.7k293.8M1.2k](/packages/league-flysystem-aws-s3-v3)[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k21](/packages/tempest-framework)[google/cloud

Google Cloud Client Library

1.2k16.9M57](/packages/google-cloud)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M674](/packages/shopware-core)

PHPackages © 2026

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