Download the PHP package mizbanpaytakht/backblaze-b2 without Composer
On this page you can find all versions of the php package mizbanpaytakht/backblaze-b2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mizbanpaytakht/backblaze-b2
More information about mizbanpaytakht/backblaze-b2
Files in mizbanpaytakht/backblaze-b2
Package backblaze-b2
Short Description An SDK for working with B2 cloud storage.
License LGPL-3.0-or-later
Homepage https://github.com/mizbanpaytakht/backblaze-b2
Informations about the package backblaze-b2
Backblaze B2 SDK for PHP
backblaze-b2
is a client library for working with Backblaze's B2 storage service. It aims to make using the service as
easy as possible by exposing a clear API and taking influence from other SDKs that you may be familiar with.
This package will cache authorization request for 1 hour so that you won't receive API Limit from B2.
This version works with both master key and application key, and version 2 (look below).
Example
This is just a short example, full examples to come on the wiki.
Installation
Installation is via Composer:
Tests
Tests are run with PHPUnit. After installing PHPUnit via Composer (under development):
Contributors
Feel free to contribute in any way you can whether that be reporting issues, making suggestions or sending PRs. :)
License
LGPL.
All versions of backblaze-b2 with dependencies
guzzlehttp/guzzle Version ^6.5 || ^7.0
illuminate/filesystem Version >=5.1.0
illuminate/cache Version >=5.1.0
illuminate/container Version >=5.1.0
php Version >=7.0.0
illuminate/support Version >=5.1.0