PHPackages                             skydiver/laravel-flysystem-b2 - 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. skydiver/laravel-flysystem-b2

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

skydiver/laravel-flysystem-b2
=============================

Adds Backblaze B2 driver to use with Laravel filesystem

1.0(9y ago)85.0k1[1 issues](https://github.com/skydiver/laravel-flysystem-b2/issues)MITPHPPHP &gt;=5.4.0

Since Nov 5Pushed 9y ago2 watchersCompare

[ Source](https://github.com/skydiver/laravel-flysystem-b2)[ Packagist](https://packagist.org/packages/skydiver/laravel-flysystem-b2)[ RSS](/packages/skydiver-laravel-flysystem-b2/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

flysystem-b2
============

[](#flysystem-b2)

### Introduction

[](#introduction)

Adds Backblaze B2 driver to use with Laravel filesystem

### Installation

[](#installation)

```
composer require skydiver/laravel-flysystem-b2
```

### Configuration

[](#configuration)

After installing, register the `Skydiver\LaravelFlysystemB2\B2ServiceProvider` in your `config/app.php` configuration file:

```
'providers' => [
    // Other service providers...
    Skydiver\LaravelFlysystemB2\B2ServiceProvider::class,
],
```

You will also need to add the new driver in your `config/filesystems.php` configuration file:

```
'b2' => [
    'driver'         => 'b2',
    'bucket'         => '',
    'accountId'      => '',
    'applicationKey' => ''
],
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3475d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6b28541f1ac1be505a155d5800c252643bf7ca4f8266e10fc6a83864889003bc?d=identicon)[skydiver](/maintainers/skydiver)

---

Top Contributors

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

---

Tags

filesystemFlysystemlaravelb2backblaze

### Embed Badge

![Health badge](/badges/skydiver-laravel-flysystem-b2/health.svg)

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

###  Alternatives

[bringyourownideas/laravel-backblaze

Backblaze B2 Cloud Storage for Laravel 5. Original by Paul Olthof (@hpolthof) continued by @bringyourownideas

1237.8k](/packages/bringyourownideas-laravel-backblaze)[hpolthof/laravel-backblaze

Backblaze B2 Cloud Storage for Laravel 5

1220.3k](/packages/hpolthof-laravel-backblaze)[gliterd/laravel-backblaze-b2

Backblaze B2 Cloud Storage for Laravel 5

5341.6k](/packages/gliterd-laravel-backblaze-b2)[sausin/laravel-ovh

OVH Object Storage driver for laravel

40153.5k](/packages/sausin-laravel-ovh)[zing/laravel-flysystem-obs

Flysystem Adapter for OBS

1211.2k](/packages/zing-laravel-flysystem-obs)[obregonco/backblaze-b2

An SDK for working with B2 cloud storage.

2732.9k](/packages/obregonco-backblaze-b2)

PHPackages © 2026

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