2017 © Pedro Peláez
 

library flysystem-backblaze

Backblaze adapter for the flysystem filesystem abstraction library

image

mhetreramesh/flysystem-backblaze

Backblaze adapter for the flysystem filesystem abstraction library

  • Tuesday, July 3, 2018
  • by mhetreramesh
  • Repository
  • 3 Watchers
  • 24 Stars
  • 6,671 Installations
  • PHP
  • 6 Dependents
  • 1 Suggesters
  • 15 Forks
  • 1 Open issues
  • 20 Versions
  • 19 % Grown

The README.md

flysystem-backblaze

Author Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score Total Downloads, (*1)

Visit (https://secure.backblaze.com/b2_buckets.htm) and get your account id, application key., (*2)

The Backblaze adapter gives the possibility to use the Flysystem filesystem abstraction library with backblaze. It uses the Backblaze B2 SDK to communicate with the API., (*3)

Install

Via Composer, (*4)

``` bash $ composer require mhetreramesh/flysystem-backblaze, (*5)


## Usage ``` php use Mhetreramesh\Flysystem\BackblazeAdapter; use League\Flysystem\Filesystem; use BackblazeB2\Client; $client = new Client($accountId, $applicationKey); $adapter = new BackblazeAdapter($client,$bucketName); $filesystem = new Filesystem($adapter);

Using ApplicationKey instead of MasterKey

If you specify only the $bucketName when creating the BackblazeAdapter, your application key must be the master key. However, if you specify both bucket name and bucket id, you do not need the master key and can use a single-bucket key. Fetch your bucket id using the b2 command line tool b2 get-bucket <bucketName> ``` php $client = new Client($accountId, $applicationKey); $adapter = new BackblazeAdapter($client, $bucketName, $bucketId);, (*6)



## Documentation Here is the [complete guide](https://flysystem.thephpleague.com/docs/usage/filesystem-api/) of all available options. ## Change log Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently. ## Testing ``` bash $ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*7)

Security

If you discover any security related issues, please email mhetreramesh@gmail.com instead of using the issue tracker., (*8)

Credits

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions

03/07 2018

dev-analysis-z9JlwP

dev-analysis-z9JlwP https://github.com/mhetreramesh/flysystem-backblaze

Backblaze adapter for the flysystem filesystem abstraction library

  Sources   Download

MIT

The Requires

 

The Development Requires

api filesystem client flysystem backblaze

29/06 2018

dev-develop

dev-develop https://github.com/mhetreramesh/flysystem-backblaze

Backblaze adapter for the flysystem filesystem abstraction library

  Sources   Download

MIT

The Requires

 

The Development Requires

api filesystem client flysystem backblaze

29/06 2018

dev-master

9999999-dev https://github.com/mhetreramesh/flysystem-backblaze

Backblaze adapter for the flysystem filesystem abstraction library

  Sources   Download

MIT

The Requires

 

The Development Requires

api filesystem client flysystem backblaze

29/06 2018

1.1.4

1.1.4.0 https://github.com/mhetreramesh/flysystem-backblaze

Backblaze adapter for the flysystem filesystem abstraction library

  Sources   Download

MIT

The Requires

 

The Development Requires

api filesystem client flysystem backblaze

29/06 2018

1.1.2

1.1.2.0 https://github.com/mhetreramesh/flysystem-backblaze

Backblaze adapter for the flysystem filesystem abstraction library

  Sources   Download

MIT

The Requires

 

The Development Requires

api filesystem client flysystem backblaze

29/06 2018

1.1.3

1.1.3.0 https://github.com/mhetreramesh/flysystem-backblaze

Backblaze adapter for the flysystem filesystem abstraction library

  Sources   Download

MIT

The Requires

 

The Development Requires

api filesystem client flysystem backblaze

29/06 2018

1.1.1

1.1.1.0 https://github.com/mhetreramesh/flysystem-backblaze

Backblaze adapter for the flysystem filesystem abstraction library

  Sources   Download

MIT

The Requires

 

The Development Requires

api filesystem client flysystem backblaze

29/06 2018

1.1.0

1.1.0.0 https://github.com/mhetreramesh/flysystem-backblaze

Backblaze adapter for the flysystem filesystem abstraction library

  Sources   Download

MIT

The Requires

 

The Development Requires

api filesystem client flysystem backblaze

20/12 2017

1.0.10

1.0.10.0 https://github.com/mhetreramesh/flysystem-backblaze

Backblaze adapter for the flysystem filesystem abstraction library

  Sources   Download

MIT

The Requires

 

The Development Requires

api filesystem client flysystem backblaze

29/07 2017

1.0.9

1.0.9.0 https://github.com/mhetreramesh/flysystem-backblaze

Backblaze adapter for the flysystem filesystem abstraction library

  Sources   Download

MIT

The Requires

 

The Development Requires

api filesystem client flysystem backblaze

27/07 2017

1.0.8

1.0.8.0 https://github.com/mhetreramesh/flysystem-backblaze

Backblaze adapter for the flysystem filesystem abstraction library

  Sources   Download

MIT

The Requires

 

The Development Requires

api filesystem client flysystem backblaze

02/03 2017

1.0.7

1.0.7.0 https://github.com/mhetreramesh/flysystem-backblaze

Backblaze adapter for the flysystem filesystem abstraction library

  Sources   Download

MIT

The Requires

 

The Development Requires

api filesystem client flysystem backblaze

02/03 2017

dev-feature/Directory_Functions

dev-feature/Directory_Functions https://github.com/mhetreramesh/flysystem-backblaze

Backblaze adapter for the flysystem filesystem abstraction library

  Sources   Download

MIT

The Requires

 

The Development Requires

api filesystem client flysystem backblaze

01/03 2017

1.0.6

1.0.6.0 https://github.com/mhetreramesh/flysystem-backblaze

Backblaze adapter for the flysystem filesystem abstraction library

  Sources   Download

MIT

The Requires

 

The Development Requires

api filesystem client flysystem backblaze

27/08 2016

1.0.5

1.0.5.0 https://github.com/mhetreramesh/flysystem-backblaze

Backblaze adapter for the flysystem filesystem abstraction library

  Sources   Download

MIT

The Requires

 

The Development Requires

api filesystem client flysystem backblaze

27/08 2016

dev-scrutinizer-patch-1

dev-scrutinizer-patch-1 https://github.com/mhetreramesh/flysystem-backblaze

Backblaze adapter for the flysystem filesystem abstraction library

  Sources   Download

MIT

The Requires

 

The Development Requires

api filesystem client flysystem backblaze

27/08 2016

1.0.4

1.0.4.0 https://github.com/mhetreramesh/flysystem-backblaze

Backblaze adapter for the flysystem filesystem abstraction library

  Sources   Download

MIT

The Requires

 

The Development Requires

api filesystem client flysystem backblaze

27/08 2016

1.0.3

1.0.3.0 https://github.com/mhetreramesh/flysystem-backblaze

Backblaze adapter for the flysystem filesystem abstraction library

  Sources   Download

MIT

The Requires

 

The Development Requires

api filesystem client flysystem backblaze

26/08 2016

1.0.1

1.0.1.0 https://github.com/mhetreramesh/flysystem-backblaze

Backblaze adapter for the flysystem filesystem abstraction library

  Sources   Download

MIT

The Requires

 

The Development Requires

api filesystem client flysystem backblaze

26/08 2016

1.0.0

1.0.0.0 https://github.com/mhetreramesh/flysystem-backblaze

Backblaze adapter for the flysystem filesystem abstraction library

  Sources   Download

MIT

The Requires

 

The Development Requires

api filesystem client flysystem backblaze