PHPackages                             hinet/flysystem-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. hinet/flysystem-baidu-bos

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

hinet/flysystem-baidu-bos
=========================

Flysystem adapter for Baidu Bos SDK v0.9

0229PHP

Since Apr 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/hinet/flysystem-baidu-bos)[ Packagist](https://packagist.org/packages/hinet/flysystem-baidu-bos)[ RSS](/packages/hinet-flysystem-baidu-bos/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

flysystem-baidu-bos
===================

[](#flysystem-baidu-bos)

Flysystem adapter for Baidu Bos SDK v0.8.20

[![Author](https://camo.githubusercontent.com/30edd2a2b803dfdb74100191d29af5e2fdaf7db8eb652abad2d58c6c94046587/687474703a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d4068696e65742d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/hinet)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Packagist Version](https://camo.githubusercontent.com/725736f90eed2129f70333c59790298481131a281199e09c41fce4ef914cafcb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f68696e65742f666c7973797374656d2d62616964752d626f732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hinet/flysystem-baidu-bos)[![Total Downloads](https://camo.githubusercontent.com/292ad3f6544afae32a7160fb580796cf659c90f8cafcc61ce01d3e8491ae8a58/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f68696e65742f666c7973797374656d2d62616964752d626f732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hinet/flysystem-baidu-bos)

Installation
------------

[](#installation)

```
composer require "hinet/flysystem-baidu-bos": "~1.0.5"
```

Usage
-----

[](#usage)

```
use Hinet\Flysystem\BaiduBos\BaiduBosAdapter;
use BaiduBce\Services\Bos\BosClient;
use League\Flysystem\Filesystem;

$BOS_TEST_CONFIG = array(
    'credentials' => array(
      'ak' => 'You AK',
      'sk' => 'You SK',
    ),
    'endpoint' => 'http://bj.bcebos.com',
);
$client = new BosClient($BOS_TEST_CONFIG);

$adapter = new BaiduBosAdapter($client, 'bucket-name');

$filesystem = new Filesystem($adapter);
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/85a6bc2552f88eb20f4f5c6633812ba9693a876f16acb38b43497116a688d28a?d=identicon)[hinet](/maintainers/hinet)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/hinet-flysystem-baidu-bos/health.svg)

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

###  Alternatives

[venveo/craft-compress

Create smart zip files from Craft assets on the fly

124.7k](/packages/venveo-craft-compress)

PHPackages © 2026

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