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)01751MITPHPPHP &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 3w 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

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

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

1342d 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

[markstory/asset_compress

An asset compression plugin for CakePHP. Provides file concatenation and a flexible filter system for preprocessing and minification.

3701.1M15](/packages/markstory-asset-compress)[codeliner/array-reader

PHP ArrayReader

19290.5k9](/packages/codeliner-array-reader)[loveorigami/yii2-plugins-system

Plugins system as WP for Yii2

1143.1k1](/packages/loveorigami-yii2-plugins-system)

PHPackages © 2026

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