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

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

ydalbj/laravel-bos
==================

Laravel file system service provider for Baidu BOS storage

v0.3(5y ago)011[1 issues](https://github.com/ydalbj/laravel-bos/issues)MITPHPCI failing

Since Nov 21Pushed 5y ago1 watchersCompare

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

READMEChangelogDependencies (3)Versions (4)Used By (0)

Requirement
-----------

[](#requirement)

- PHP &gt;= 7.1

Install
-------

[](#install)

```
$ composer require ydalbj/laravel-bos
```

Configuration
-------------

[](#configuration)

### Add bos configuration

[](#add-bos-configuration)

- Edit `config\filesystems.php`

```
    'disks' => [

        ...

        'bos' => [
            'driver' => 'bos',
            'bucket' => env('BOS_BUCKET'),
            'options' => [
                'credentials' => [
                    'ak' => env('BOS_KEY'),
                    'sk' => env('BOS_SECRET'),
                ],
                'endpoint' => env('BOS_ENDPOINT', 'http://bj.bcebos.com'),
            ]
        ]
    ]
```

### Define environment variables

[](#define-environment-variables)

- Edit `.env`

```
BOS_BUCKET=your bucket
BOS_KEY=your bos access key id
BOS_SECRET=your bos secret key id
BOS_ENDPOINT=your bos endpoint
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Every ~307 days

Total

3

Last Release

2115d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/175c4d2df0b3bc27f290c09d70472c3eb3a4c8313d607b24de587f6a24eec45b?d=identicon)[ydalbj](/maintainers/ydalbj)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[overtrue/laravel-filesystem-qiniu

A Qiniu storage filesystem for Laravel.

482229.7k16](/packages/overtrue-laravel-filesystem-qiniu)[rahulhaque/laravel-filepond

Use FilePond the Laravel way

261114.4k2](/packages/rahulhaque-laravel-filepond)[overtrue/laravel-filesystem-cos

A Cos storage filesystem for Laravel.

92128.4k7](/packages/overtrue-laravel-filesystem-cos)

PHPackages © 2026

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