PHPackages                             bleeld/think-oss - 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. bleeld/think-oss

ActiveLibrary

bleeld/think-oss
================

This is a collection of OSS remote file management drivers developed in factory mode. Users can use different OSS extensions according to their business needs. In the future, developers can further improve more OSS drivers according to their own needs.

1.0.2(2y ago)148MITPHPPHP &gt;=7.0

Since Apr 18Pushed 2y ago1 watchersCompare

[ Source](https://github.com/bleeld/think-oss)[ Packagist](https://packagist.org/packages/bleeld/think-oss)[ Docs](https://github.com/bleeld/think-oss)[ RSS](/packages/bleeld-think-oss/feed)WikiDiscussions main Synced 1mo ago

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

thinkphp6.0及以上OSS扩展
===================

[](#thinkphp60及以上oss扩展)

Thinkphp6.0 and above OSS extensions

- 本插件经thinkphp官方推荐认证扩展，请放心使用
- 开发者基本礼仪，star一下

安装
--

[](#安装)

> composer require bleeld/think-oss

更新
--

[](#更新)

> composer update bleeld/think-oss

卸载
--

[](#卸载)

> composer remove bleeld/think-oss

兼容版本
----

[](#兼容版本)

- thinkphp 6.0及以上版本

配置
--

[](#配置)

```
// oss配置
[
    'oss_default' => 'aliyun', // 或者 'qcloud'或者'huawei'或者'qiniu'
    'oss_type' => 'driver', // 或者 'client'

    // 阿里云OSS配置
    'aliyun_oss' => [
        'accessKeyId'       =>  '',
        'accessKeySecret'   =>  '',
        'endpoint'          =>  '',
        'bucket'            =>  '',                     //  存储块名称
        'region'            =>  '',                     //  区域
    ],
    // 腾讯云COS配置
    'qcloud_oss' => [
        'secretId'       => '',
        'secretKey'      => '',
        'region'         => '',
        'bucket'         => '',
    ],
    // 华为云COS配置
    'huawei_oss' => [
        'secretId'       => '',
        'secretKey'      => '',
        'region'         => '',
        'bucket'         => '',
    ],
    // 七牛云COS配置
    'qiniu_oss' => [
        'secretId'       => '',
        'secretKey'      => '',
        'region'         => '',
        'bucket'         => '',
    ],
    // ... 其他配置
],

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

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

3

Last Release

759d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9d1341fe33dfe84700dd019b21f21ff0e3ff9423d9b856d8ddbbdd2cf850e1e5?d=identicon)[bleeld](/maintainers/bleeld)

---

Top Contributors

[![bleeld](https://avatars.githubusercontent.com/u/160822439?v=4)](https://github.com/bleeld "bleeld (9 commits)")

---

Tags

ossthinkphp6thinkphp8

### Embed Badge

![Health badge](/badges/bleeld-think-oss/health.svg)

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

###  Alternatives

[jacobcyl/ali-oss-storage

aliyun oss filesystem storage for laravel 5+

523566.2k7](/packages/jacobcyl-ali-oss-storage)[johnlui/aliyun-oss

阿里云 OSS 官方 SDK 的 Composer 封装，支持任何 PHP 项目，包括 Laravel、Symfony、TinyLara 等等。

501178.3k6](/packages/johnlui-aliyun-oss)[alphasnow/aliyun-oss-laravel

alibaba cloud object storage service for laravel

182240.7k2](/packages/alphasnow-aliyun-oss-laravel)[iidestiny/flysystem-oss

Flysystem adapter for the Oss storage.

95607.5k26](/packages/iidestiny-flysystem-oss)[yzh52521/schedule

task schedule,schedule,thinkphp schedule,任务调度

3611.2k1](/packages/yzh52521-schedule)[yangyifan/upload

上传 SDK for Laravel

12422.6k3](/packages/yangyifan-upload)

PHPackages © 2026

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