PHPackages                             jostrander/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. jostrander/backblaze-b2-client

AbandonedArchivedLibrary

jostrander/backblaze-b2-client
==============================

An implementation of BackBlaze's B2 API in PHP

v0.1-alpha(10y ago)584MITPHPPHP &gt;=5.3.3

Since Dec 12Pushed 10y ago2 watchersCompare

[ Source](https://github.com/jostrander/backblaze-b2-client)[ Packagist](https://packagist.org/packages/jostrander/backblaze-b2-client)[ RSS](/packages/jostrander-backblaze-b2-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

BackBlaze B2 API Client for PHP 5.3+
====================================

[](#backblaze-b2-api-client-for-php-53)

A PHP Library to access [BackBlaze's B2 API](https://www.backblaze.com/b2/cloud-storage.html)

License: [MIT](LICENSE)

Requirements:

- PHP 5.3+,
- PHP [cURL extension](http://php.net/manual/en/curl.installation.php) with SSL enabled (it's usually built-in).

Setup
-----

[](#setup)

```
"require": {
  "jostrander/backblaze-b2-client": "0.1-alpha"
}

```

Then:

```
