PHPackages                             objui/phpupload - 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. objui/phpupload

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

objui/phpupload
===============

08PHP

Since Jul 12Pushed 4y agoCompare

[ Source](https://github.com/ruixuange/phpupload)[ Packagist](https://packagist.org/packages/objui/phpupload)[ RSS](/packages/objui-phpupload/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

### 说明

[](#说明)

使用PHP开发，集合本地，七牛、阿里云、腾讯云等多种文件上传

### 安装

[](#安装)

```
composer require objui/phpupload

```

使用示例

```
require '../vendor/autoload.php';

use objui\phpupload\Upload;

if($_FILES){
//    var_dump($_FILES);
    $config = [
       'save_path' =>   __DIR__ . '/upload/',
       'type'      => 'qiniu',
       'accessKey' => '',
       'secrekey'  => '',
       'bucket'    => 'objui'
    ];
    $obj = new Upload($config);

    var_dump($obj->upload());
}
?>

```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity29

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d05573a6a8d84bba1e9c4bad151f0c6a8316e81e08cc0c5fbf5cd87392f40838?d=identicon)[objui](/maintainers/objui)

---

Top Contributors

[![ruixuange](https://avatars.githubusercontent.com/u/21213179?v=4)](https://github.com/ruixuange "ruixuange (1 commits)")

### Embed Badge

![Health badge](/badges/objui-phpupload/health.svg)

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

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

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

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[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)

PHPackages © 2026

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