PHPackages                             gaodewen/oss-sdk - 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. gaodewen/oss-sdk

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

gaodewen/oss-sdk
================

oss云存储

v2.1(4y ago)06MITPHPPHP &gt;=7.1.0

Since Nov 26Pushed 4y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

oss-sdk
=======

[](#oss-sdk)

oss云存储 一个集成阿里云、腾讯云、七牛云对象存储的工具类 An SDK integrating Alibaba cloud, Tencent cloud and qiniu cloud object storage 超级快速使用阿里云OSS或腾讯COS及七牛云Koa获取、放置、删除对象 Supper quick use Aliyun OSS or Tencent COS or Qiniu Koa to get、put、delete Object.

安装（Installation）

```
composer require gaodewen/oss-sdk
```

案列（example）

```
use gaodewen\OssSdk\Factory\CloudFactory;
  //接收文件上传的值
        $file = $_FILES;
        $type=$request->post('type');//上传的类型
        $config=[
            'ak'=>'',
            'sk'=>'',
            'region'=>'',//地区
            'bucket'=>'', //桶名
            'url'=>'' //加速域名
        ];
        $obj=new CloudFactory();
        $res=$obj->uploadCloud($type)->cloud($file,$config);
        if ($res){
            return $res;
        }
```

//上传类型为 'qiniu' 七牛云 'tencent' 腾讯 'aliyun' 阿里

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

1626d ago

### Community

Maintainers

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

---

Top Contributors

[![gaodewen](https://avatars.githubusercontent.com/u/95008085?v=4)](https://github.com/gaodewen "gaodewen (11 commits)")

### Embed Badge

![Health badge](/badges/gaodewen-oss-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/gaodewen-oss-sdk/health.svg)](https://phpackages.com/packages/gaodewen-oss-sdk)
```

PHPackages © 2026

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