PHPackages                             zenithsu/cloud-uploader - 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. zenithsu/cloud-uploader

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

zenithsu/cloud-uploader
=======================

Universal Cloud Storage Uploader is a PHP package enabling easy file uploads to multiple cloud services including Alibaba Cloud OSS, Qiniu, Tencent Cloud, and Google Cloud. It provides a simple, unified API for streamlined integration and management.

v0.1.1(2y ago)0691MITPHP

Since Apr 17Pushed 2y agoCompare

[ Source](https://github.com/ZenithInc/cloud-uploader)[ Packagist](https://packagist.org/packages/zenithsu/cloud-uploader)[ RSS](/packages/zenithsu-cloud-uploader/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Cloud Uploader
==============

[](#cloud-uploader)

Universal Cloud Storage Uploader is a PHP package enabling easy file uploads to multiple cloud services including Alibaba Cloud OSS, Qiniu, Tencent Cloud, and Google Cloud. It provides a simple, unified API for streamlined integration and management.

> This project is currently under development. Please be cautious when using it in a production environment.

ALiCloud
--------

[](#alicloud)

Upload file to ALiCloud, for example:

```
use Zenith\CloudUploader\Configs\ALiYunConfig;
use Zenith\CloudUploader\Exceptions\NotSupportedCloudException;
use Zenith\CloudUploader\Uploader;
use Zenith\CloudUploader\Utils\FilenameGenerator;

include 'vendor/autoload.php';

$config = new ALiYunConfig('LTAI5tMdM71yUtaGWji8D', 'F8Ar0n2chj1AlY6LVkojjlnjDw', 'oss-cn-hangzhou.aliyuncs.com');
try {
    $uploader = new Uploader(Uploader::ALIYUN, $config);
} catch (NotSupportedCloudException $e) {
    die('Not Supported Cloud');
}
$filename = (new FilenameGenerator())->uuid('putObject.txt');
$url = $uploader->put('zenith-he-storage-dev', $filename, 'tests/putObject.txt');
var_dump($url);
```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity32

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

2

Last Release

798d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/zenithsu-cloud-uploader/health.svg)

```
[![Health](https://phpackages.com/badges/zenithsu-cloud-uploader/health.svg)](https://phpackages.com/packages/zenithsu-cloud-uploader)
```

###  Alternatives

[google/cloud

Google Cloud Client Library

1.2k16.5M57](/packages/google-cloud)[google/cloud-storage

Cloud Storage Client for PHP

34296.4M148](/packages/google-cloud-storage)[fof/upload

The file upload extension for the Flarum forum with insane intelligence.

190185.4k17](/packages/fof-upload)[iidestiny/flysystem-oss

Flysystem adapter for the Oss storage.

95628.8k28](/packages/iidestiny-flysystem-oss)[luoyy/ali-oss-storage

aliyun oss filesystem storage for laravel 10+

1430.7k1](/packages/luoyy-ali-oss-storage)[markocupic/calendar-event-booking-bundle

Contao Calendar Event Booking Bundle

125.1k1](/packages/markocupic-calendar-event-booking-bundle)

PHPackages © 2026

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