PHPackages                             kamilz/b2backblaze - 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. kamilz/b2backblaze

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

kamilz/b2backblaze
==================

PHP5 library that provides an API for B2 Cloud Storage

v0.1.3(9y ago)164016[2 issues](https://github.com/kamilz/b2backblaze/issues)1MITPHPPHP &gt;=5.3.2

Since Nov 12Pushed 8y ago2 watchersCompare

[ Source](https://github.com/kamilz/b2backblaze)[ Packagist](https://packagist.org/packages/kamilz/b2backblaze)[ Docs](https://github.com/kamilZ)[ RSS](/packages/kamilz-b2backblaze/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (7)Used By (1)

B2Backblaze
===========

[](#b2backblaze)

B2Backblaze is a PHP5 library that provides a B2 API Client.

This project is under development, your contributions are greatly appreciated. [![Build Status](https://camo.githubusercontent.com/3f0823e4834064542f679be75fdc23ba4b3143cc3ebb7dc0cfe47bf119338659/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6b616d696c5a2f42324261636b626c617a652e706e67)](http://travis-ci.org/KamilZ/B2Backblaze)

B2 Cloud Storage?
-----------------

[](#b2-cloud-storage)

[B2 Cloud Storage](https://www.backblaze.com/b2/cloud-storage.html) is a cloud service for storing files in the cloud. Files are available for download at any time, either through the API or through a browser-compatible URL.

Using the B2 Cloud Storage API, you can:

- Manage the configuration of your account
- Create and manage the buckets that hold files
- Upload, download, and delete files

Installation
------------

[](#installation)

```
php composer.phar require kamilZ/b2backblaze:0.1.*
```

Try it!
=======

[](#try-it)

You can use B2API.php class if you only need the API integration. Otherwise use B2Service.php. B2Service is a custom integration, oriented to file names, which is the information we normally keep in the database.

```
