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

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

dezsidog/laravel-baidu-bos
==========================

this is a laravel package for baidu bos

0.1.3(8y ago)015Apache-2.0PHPPHP &gt;=7.1.0

Since Oct 24Pushed 8y ago1 watchersCompare

[ Source](https://github.com/zedisdog/laravel-baidu-bos)[ Packagist](https://packagist.org/packages/dezsidog/laravel-baidu-bos)[ RSS](/packages/dezsidog-laravel-baidu-bos/feed)WikiDiscussions master Synced 2d ago

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

laravel-baidu-bos
=================

[](#laravel-baidu-bos)

this is a package for laravel storage by baidu bos sdk

install
-------

[](#install)

```
composer require dezsidog/laravel-baidu-bos
```

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

[](#configuration)

Edit `config\filesystems.php`:

Add bos disk

```
'disks' => [
    'local' => [
        'driver' => 'local',
        'root'   => storage_path().'/app',
    ],

    's3' => [
        'driver' => 's3',
        'key'    => 'your-key',
        'secret' => 'your-secret',
        'region' => 'your-region',
        'bucket' => 'your-bucket',
    ],

    'rackspace' => [
        'driver'    => 'rackspace',
        'username'  => 'your-username',
        'key'       => 'your-key',
        'container' => 'your-container',
        'endpoint'  => 'https://identity.api.rackspacecloud.com/v2.0/',
        'region'    => 'IAD',
        'url_type'  => 'publicURL'
    ],
    'baidu-bos' => [
        'driver' => 'baidu-bos',
        'accessKeyId' => 'your-ak',
        'secretAccessKey' => 'your-sk',
        'sessionToken' => 'your-token',
        'endpoint' => 'your-endpoint',
        'stsEndpoint' => 'your-sts-endpoint',
        'bucket' => 'amiedu',

        //if use Storage::url(path); file this
        'protocol' => 'http:// or https://',
        'domain' => 'www.xxxx.com',
        'uri_prefix' => 'upload',//this can be ''
    ],
],
```

usage
-----

[](#usage)

[laravel document](https://laravel.com/docs/5.5/filesystem#custom-filesystems)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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 ~36 days

Total

4

Last Release

3014d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/dezsidog-laravel-baidu-bos/health.svg)](https://phpackages.com/packages/dezsidog-laravel-baidu-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)
