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 today

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

20

—

LowBetter than 12% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity33

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

843d 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

[laravel/framework

The Laravel Framework.

34.9k556.2M21.1k](/packages/laravel-framework)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k99.8M343](/packages/laravel-horizon)[google/cloud

Google Cloud Client Library

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

Cloud Storage Client for PHP

345102.7M169](/packages/google-cloud-storage)[illuminate/queue

The Illuminate Queue package.

20433.0M1.8k](/packages/illuminate-queue)[pocketmine/pocketmine-mp

A server software for Minecraft: Bedrock Edition written in PHP

3.6k79.3k91](/packages/pocketmine-pocketmine-mp)

PHPackages © 2026

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