Maintainers
Details
Backblaze B2 Cloud Storage for Laravel 5 Backblaze B2 is a great cloud storage system that compares to Amazon S3, but uses lower pricing, so worth the try.;-) Since I couldn't find a serviceprovider to implement B2 into the Laravel Filesystem, I wrote one myself. Feel free to use it. Simple Backblaze Laravel adapter with token caching. ameliaikeda/backblaze. 🚀Sponzy - Support Creators Content Script » Laravel & VueJs.
Backblaze B2 is a cloud storage system comparable to Amazons S3. This adapter allows you to use B2 within Laravel 5+ applications. Tested are Laravel 5, 6, 7, and 8. DigitalOcean Spaces Amazon S3 Laravel PHP Backblaze B2 Cloud Storage. I have a mobile app with nearly 100k MAU, and I want to add a cloud file storage service to my app. My app will allow users to store their image, video, and audio files and retrieve them to their device when necessary.
Installs: 21 090
Dependents: 1
Suggesters: 0
Security: 0
Stars: 42
Watchers: 4
Forks: 16
Open Issues: 1
Requires
- php: ^7.1.8
- mhetreramesh/flysystem-backblaze: >=1.6.0
Requires (Dev)
- phpunit/phpunit: ~4.0||~5.0
- scrutinizer/ocular: ~1.1
- squizlabs/php_codesniffer: ~2.3
Suggests
None
Provides
None
Conflicts
None
This package is auto-updated.
Last update: 2021-03-31 11:03:16 UTC
Visit (https://secure.backblaze.com/b2_buckets.htm) and get your account id, application key.
The Laravel Backblaze B2 Storage Service Provider give provision for for laravel storage to use blackblaze as their storage system. It uses the Backblaze B2 SDK & Flysystem Adapter to communicate with the Backblaze b2 API.
Install
Via Composer
In your app.php config file add to the list of service providers:
Add the following to your filesystems.php config file in the disks section:
Using ApplicationKey instead of MasterKey
If you specify only the bucket name, 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 toolb2 get-bucket <bucketName>
Usage
Just use it as you normally would use the Storage facade.
and
Laravel Backblaze Template
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email mhetreramesh@gmail.com instead of using the issue tracker.
Credits
License
Laravel Backblaze App
The MIT License (MIT). Please see License File for more information.