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

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

guodaolinyi/laravel-flysystem-bos
=================================

Laravel flysystem adapter for Baidu Bos

v0.0.1(3y ago)010MITPHPPHP &gt;=7.0.0

Since Feb 10Pushed 3y ago1 watchersCompare

[ Source](https://github.com/guodaolinyi/laravel-flysystem-bos)[ Packagist](https://packagist.org/packages/guodaolinyi/laravel-flysystem-bos)[ Docs](https://github.com/guodaolinyi/laravel-flysystem-bos)[ RSS](/packages/guodaolinyi-laravel-flysystem-bos/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (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('BAIDU_BOS_BUCKET'),
    'prefix' => env('BOS_PREFIX', 'bos'),
    'expire' => -1,
    'options' => [
        'credentials' => [
        'accessKeyId' => env('BAIDU_ACCESS_KEY_ID'),
        'secretAccessKey' => env('BAIDU_SECRET_ACCESS_KEY')
    ],
    'endpoint' => env('BAIDU_ENDPOINT'),
    'protocol' => 'https',
    ]
],

```

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

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

1239d ago

### Community

Maintainers

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

---

Tags

FlysystemBaiduBos

### Embed Badge

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

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

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.7k285.7M1.0k](/packages/league-flysystem-aws-s3-v3)[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.5M85](/packages/unisharp-laravel-filemanager)[league/flysystem-bundle

Symfony bundle integrating Flysystem into Symfony applications

40432.5M136](/packages/league-flysystem-bundle)[barryvdh/elfinder-flysystem-driver

A Flysystem Driver for elFinder

1865.1M41](/packages/barryvdh-elfinder-flysystem-driver)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[masbug/flysystem-google-drive-ext

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

2682.2M18](/packages/masbug-flysystem-google-drive-ext)

PHPackages © 2026

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