PHPackages                             miaotiao/laravel-flysystem-bos - 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. miaotiao/laravel-flysystem-bos

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

miaotiao/laravel-flysystem-bos
==============================

Laravel flysystem adapter for Baidu Bos

v0.0.2(5y ago)0381MITPHPPHP &gt;=7.0.0

Since Mar 16Pushed 5y ago1 watchersCompare

[ Source](https://github.com/miaotiao/laravel-flysystem-bos)[ Packagist](https://packagist.org/packages/miaotiao/laravel-flysystem-bos)[ Docs](https://github.com/miaotiao/laravel-flysystem-bos)[ RSS](/packages/miaotiao-laravel-flysystem-bos/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

laravel-flysystem-bos
=====================

[](#laravel-flysystem-bos)

Laravel Flysystem adapter for Baidu Bos

Usage
-----

[](#usage)

config/filesystems.php

```
'bos' => [
    'driver'  => 'bos',
    'bucket'  => env('BOS_BUCKET', ''),
    //  bos 根目录文件夹
    'prefix'  => env('BOS_PREFIX', ''),
    'options' => [
        'credentials' => [
            'accessKeyId'     => env('BOS_AK', ''),
            'secretAccessKey' => env('BOS_SK', ''),
        ],
        'endpoint'    => 'bj.bcebos.com',
        'protocol'    => 'https',
    ],
],

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

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

Unknown

Total

1

Last Release

1929d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/441ddefd43b7693a844b234b5296ad49e418a4e7fadd48cfab5f891d12f24196?d=identicon)[miaotiao](/maintainers/miaotiao)

---

Top Contributors

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

---

Tags

FlysystemBaiduBos

### Embed Badge

![Health badge](/badges/miaotiao-laravel-flysystem-bos/health.svg)

```
[![Health](https://phpackages.com/badges/miaotiao-laravel-flysystem-bos/health.svg)](https://phpackages.com/packages/miaotiao-laravel-flysystem-bos)
```

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.7k277.8M961](/packages/league-flysystem-aws-s3-v3)[league/flysystem-bundle

Symfony bundle integrating Flysystem into Symfony applications

40131.4M119](/packages/league-flysystem-bundle)[league/flysystem-local

Local filesystem adapter for Flysystem.

224254.9M71](/packages/league-flysystem-local)[oneup/flysystem-bundle

Integrates Flysystem filesystem abstraction library to your Symfony project.

64223.5M78](/packages/oneup-flysystem-bundle)[barryvdh/elfinder-flysystem-driver

A Flysystem Driver for elFinder

1864.9M40](/packages/barryvdh-elfinder-flysystem-driver)[masbug/flysystem-google-drive-ext

Flysystem adapter for Google Drive with seamless virtual&lt;=&gt;display path translation

2672.0M17](/packages/masbug-flysystem-google-drive-ext)

PHPackages © 2026

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