PHPackages                             amelia/backblaze - 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. amelia/backblaze

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

amelia/backblaze
================

Backblaze laravel storage adapter

v1.2.0(8y ago)58703[1 issues](https://github.com/ameliaikeda/backblaze/issues)1BSD-3-ClausePHPPHP &gt;=5.6

Since Mar 27Pushed 8y ago1 watchersCompare

[ Source](https://github.com/ameliaikeda/backblaze)[ Packagist](https://packagist.org/packages/amelia/backblaze)[ RSS](/packages/amelia-backblaze/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (2)Dependencies (3)Versions (5)Used By (1)

Backblaze Laravel Adapter
=========================

[](#backblaze-laravel-adapter)

Setup:

```
composer require amelia/backblaze

```

Register `Amelia\Backblaze\BackblazeServiceProvider::class`, then add a config array in `filesystems.php`.

```
'b2' => [
    'driver' => 'b2',
    'key' => env('BACKBLAZE_KEY'),
    'host' => env('BACKBLAZE_HOST'),
    'bucket' => env('BACKBLAZE_BUCKET'),
    'account' => env('BACKBLAZE_ACCOUNT'),
],

```

`host` can be set if you want to link directly to files in buckets marked `allPublic`.

See [this handy guide](https://silversuit.net/blog/2016/04/how-to-set-up-a-practically-free-cdn/) for setting up cloudflare page rules to turn your bucket into a CDN.

Features
--------

[](#features)

- Caches the auth token, meaning you don't constantly hit the auth endpoint.
- Refreshes the auth token for long-running processes (like `queue:work`).

###  Health Score

31

—

LowBetter than 65% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

4

Last Release

3108d ago

### Community

Maintainers

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

---

Top Contributors

[![MellieVT](https://avatars.githubusercontent.com/u/52548998?v=4)](https://github.com/MellieVT "MellieVT (3 commits)")[![ameliaikeda](https://avatars.githubusercontent.com/u/1074190?v=4)](https://github.com/ameliaikeda "ameliaikeda (2 commits)")[![adriandmitroca](https://avatars.githubusercontent.com/u/3842935?v=4)](https://github.com/adriandmitroca "adriandmitroca (1 commits)")[![rafael-iop](https://avatars.githubusercontent.com/u/6192898?v=4)](https://github.com/rafael-iop "rafael-iop (1 commits)")

---

Tags

b2backblazeflysystemflysystem-adapterlaravelFlysystemlaravelstorageb2backblaze

### Embed Badge

![Health badge](/badges/amelia-backblaze/health.svg)

```
[![Health](https://phpackages.com/badges/amelia-backblaze/health.svg)](https://phpackages.com/packages/amelia-backblaze)
```

###  Alternatives

[mongodb/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel

7.1k8.9M109](/packages/mongodb-laravel-mongodb)[propaganistas/laravel-disposable-email

Disposable email validator

6023.2M7](/packages/propaganistas-laravel-disposable-email)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k161.4k2](/packages/mike-bronner-laravel-model-caching)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

46273.9k](/packages/harris21-laravel-fuse)[iazaran/smart-cache

Smart Cache is a caching optimization package designed to enhance the way your Laravel application handles data caching. It intelligently manages large data sets by compressing, chunking, or applying other optimization strategies to keep your application performant and efficient.

21114.2k](/packages/iazaran-smart-cache)[gliterd/laravel-backblaze-b2

Backblaze B2 Cloud Storage for Laravel 5

5442.2k](/packages/gliterd-laravel-backblaze-b2)

PHPackages © 2026

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