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. [File &amp; Storage](/categories/file-storage)
4. /
5. bleeld/think-oss

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

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)054MITPHPPHP &gt;=7.0

Since Apr 18Pushed 2w agoCompare

[ 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

31

—

LowBetter than 66% of packages

Maintenance63

Regular maintenance activity

Popularity10

Limited adoption so far

Community6

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

807d ago

### Community

Maintainers

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

---

Top Contributors

[![bleeld](https://avatars.githubusercontent.com/u/160822439?v=4)](https://github.com/bleeld "bleeld (2 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+

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

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

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

alibaba cloud object storage service for laravel

182272.9k4](/packages/alphasnow-aliyun-oss-laravel)[iidestiny/flysystem-oss

Flysystem adapter for the Oss storage.

96640.6k29](/packages/iidestiny-flysystem-oss)[yangyifan/upload

上传 SDK for Laravel

12422.7k3](/packages/yangyifan-upload)[alphasnow/aliyun-oss-flysystem

Flysystem adapter for the Aliyun storage

14282.5k9](/packages/alphasnow-aliyun-oss-flysystem)

PHPackages © 2026

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