2017 © Pedro Peláez
 

library backblaze

Backblaze laravel storage adapter

image

amelia/backblaze

Backblaze laravel storage adapter

  • Friday, February 9, 2018
  • by amelia
  • Repository
  • 1 Watchers
  • 5 Stars
  • 518 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 3 Forks
  • 1 Open issues
  • 5 Versions
  • 15 % Grown

The README.md

Backblaze Laravel Adapter

Setup:, (*1)

composer require amelia/backblaze

Register Amelia\Backblaze\BackblazeServiceProvider::class, then add a config array in filesystems.php., (*2)

'b2' => [
    'driver' => 'b2',
    'key' => env('BACKBLAZE_KEY'),
    'host' => env('BACKBLAZE_HOST'),
    'bucket' => env('BACKBLAZE_BUCKET'),
    'account' => env('BACKBLAZE_ACCOUNT'),
],

host can be set if you want to link directly to files in buckets marked allPublic., (*3)

See this handy guide for setting up cloudflare page rules to turn your bucket into a CDN., (*4)

Features

  • Caches the auth token, meaning you don't constantly hit the auth endpoint.
  • Refreshes the auth token for long-running processes (like queue:work).

The Versions

09/02 2018

dev-master

9999999-dev

Backblaze laravel storage adapter

  Sources   Download

BSD-3-Clause

The Requires

 

by Amelia Ikeda

laravel storage flysystem b2 backblaze

09/02 2018

v1.2.0

1.2.0.0

Backblaze laravel storage adapter

  Sources   Download

BSD-3-Clause

The Requires

 

by Amelia Ikeda

laravel storage flysystem b2 backblaze

03/09 2017

v1.1.0

1.1.0.0

Backblaze laravel storage adapter

  Sources   Download

BSD-3-Clause

The Requires

 

by Amelia Ikeda

laravel storage flysystem b2 backblaze

30/06 2017

v1.0.1

1.0.1.0

Backblaze laravel storage adapter

  Sources   Download

BSD-3-Clause

The Requires

 

by Amelia Ikeda

laravel storage flysystem b2 backblaze

27/03 2017

v1.0.0

1.0.0.0

Backblaze laravel storage adapter

  Sources   Download

BSD-3-Clause

The Requires

 

by Amelia Ikeda

laravel storage flysystem b2 backblaze