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

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

vcico/uploader
==============

v0.0.1(4y ago)04PHPPHP ^7.3

Since Oct 13Pushed 4y ago1 watchersCompare

[ Source](https://github.com/vcico/uploader)[ Packagist](https://packagist.org/packages/vcico/uploader)[ RSS](/packages/vcico-uploader/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

uploader
========

[](#uploader)

### todo

[](#todo)

```
    'maxSize' => -1, // 上传文件的最大值
    'supportMulti' => true, // 是否支持多文件上传
    'allowExts' => [], // 允许上传的文件后缀 留空不作后缀检查
    'allowTypes' => [], // 允许上传的文件类型 留空不做检查
    'thumb' => false, // 使用对上传图片进行缩略图处理
    'imageClassPath' => 'ORG.Util.Image', // 图库类包路径
    'thumbMaxWidth' => '', // 缩略图最大宽度
    'thumbMaxHeight' => '', // 缩略图最大高度
    'thumbPrefix' => 'thumb_', // 缩略图前缀
    'thumbSuffix' => '',
    'thumbPath' => '', // 缩略图保存路径
    'thumbFile' => '', // 缩略图文件名
    'thumbExt' => '', // 缩略图扩展名
    'thumbRemoveOrigin' => false, // 是否移除原图
    'thumbType' => 1, // 缩略图生成方式 1 按设置大小截取 0 按原图等比例缩略
    'zipImages' => false, // 压缩图片文件上传
    'autoSub' => false, // 启用子目录保存文件
    'subType' => 'hash', // 子目录创建方式 可以使用hash date custom
    'subDir' => '', // 子目录名称 subType为custom方式后有效
    'dateFormat' => 'Ymd',
    'hashLevel' => 1, // hash的目录层次
    'savePath' => '', // 上传文件保存路径
    'autoCheck' => true, // 是否自动检查附件
    'uploadReplace' => false, // 存在同名是否覆盖
    'saveRule' => 'uniqid', // 上传文件命名规则
    'hashType' => 'md5_file', // 上传文件Hash规则函数名

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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

Unknown

Total

1

Last Release

1725d ago

### Community

Maintainers

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

---

Top Contributors

[![cgjcgs](https://avatars.githubusercontent.com/u/5730056?v=4)](https://github.com/cgjcgs "cgjcgs (1 commits)")[![vcico](https://avatars.githubusercontent.com/u/20164865?v=4)](https://github.com/vcico "vcico (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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