PHPackages                             arajcany/backblaze-b2-client - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. arajcany/backblaze-b2-client

ActiveProject[Utility &amp; Helpers](/categories/utility)

arajcany/backblaze-b2-client
============================

Backblaze B2 Client to work with the native API.

2.0.2(3y ago)02051MITPHPPHP &gt;=8.0

Since Oct 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/arajcany/Backblaze-B2-Client)[ Packagist](https://packagist.org/packages/arajcany/backblaze-b2-client)[ RSS](/packages/arajcany-backblaze-b2-client/feed)WikiDiscussions main Synced 1w ago

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

Backblaze B2 Client
===================

[](#backblaze-b2-client)

Extension of `zaxbux/backblaze-b2-php` Backblaze B2 Client Library .

I extended his library because I needed the ability to configure the Guzzle Client. In addition, the B2 Client will automatically use AuthorizationCache I wrote. As such, this Library matches the `zaxbux/backblaze-b2-php` version tagging.

Check the `examples` folder for a simple use case with `league/flysystem`and ` zaxbux/flysystem-backblaze-b2` adapter.

`composer require arajcany/backblaze-b2-client`

```
//BackblazeB2 Client options
$config = [
    'applicationKeyId' => $keyId,
    'applicationKey' => $key,
    //'authorizationCache' => false, //uncomment to stop using the AuthorizationCache, but why would you?
];

//Guzzle Client options
$guzzleConfig = [
    'verify' => CONFIG . "cacert.pem"
];

$client = new Client($config, $guzzleConfig);
$adapter = new BackblazeB2Adapter($client, $bucketId);
$filesystem = new Filesystem($adapter);
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

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

Unknown

Total

1

Last Release

1388d ago

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/arajcany-backblaze-b2-client/health.svg)

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

###  Alternatives

[spatie/macroable

A trait to dynamically add methods to a class

72966.0M77](/packages/spatie-macroable)[swlib/util

Swlib Toolkit

11150.9k3](/packages/swlib-util)

PHPackages © 2026

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