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

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

kamilz/b2backblaze-bundle
=========================

Symfony bundle for B2 Cloud Storage

v0.0.2(9y ago)341MITPHP &gt;=5.5.9

Since Jun 17Compare

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

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

B2BackblazeBundle
=================

[](#b2backblazebundle)

This bundle is a Symfony2 wrapper for [b2backblaze library](http://github.com/kamilZ/b2backblaze)

### About B2 Cloud Storage

[](#about-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.

The documentation for B2 Cloud storage can be found at .

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

[](#installation)

The recommended way to install this bundle is through [Composer](http://getcomposer.org).

Install Composer
================

[](#install-composer)

curl -sS  | php

Add B2BackblazeBundle as a dependency
=====================================

[](#add-b2backblazebundle-as-a-dependency)

```
php composer.phar require "kamilz/b2backblaze-bundle":"dev-master"

```

Enable the bundle in the kernel
===============================

[](#enable-the-bundle-in-the-kernel)

```
