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

ActiveLibrary

once/uploader
=============

laravel upload

018PHP

Since Jul 20Pushed 5y ago1 watchersCompare

[ Source](https://github.com/wangwen112255/uploader)[ Packagist](https://packagist.org/packages/once/uploader)[ RSS](/packages/once-uploader/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

\###参数字段命名须知

- 阿里云 oss\_bucket

    oss\_access\_key\_secret

    oss\_access\_key\_id

    oss\_cdn\_domain
- 又拍云

    upyun\_service\_name (服务名称)

    upyun\_operator\_name（操作员）

    upyun\_operator\_password（操作密码）

    upyun\_cdn\_domain（加速域名）
- 七牛云

    qiniu\_bucket(bucket名字)

    qiniu\_secret\_key

    qiniu\_access\_key

    qiniu\_cdn\_domain

\###简单使用

```
//七牛云加速
    $config=[
     'qiniu_bucket'=>'',

      'qiniu_secret_key'=>'',

      'qiniu_access_key'=>'',

      'qiniu_cdn_domain'=>'',

       'strategy'=>'qiniu
    ];
    try{
    //pathname文件保存名称
    //file_path文件临时路径，
    Uploader::config($config)->createFile($pathname, $file_path);

    //上传成功返回$pathname值
    }catch(){

}

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/28daef7015807b646993f15b1deb84b6f93ecdefb827e1ea06728301f5e85a44?d=identicon)[wangwen112255](/maintainers/wangwen112255)

---

Top Contributors

[![wangwen112255](https://avatars.githubusercontent.com/u/25282880?v=4)](https://github.com/wangwen112255 "wangwen112255 (10 commits)")

### Embed Badge

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

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

PHPackages © 2026

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