Download the PHP package dmhendricks/b2-sdk-php without Composer
On this page you can find all versions of the php package dmhendricks/b2-sdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dmhendricks/b2-sdk-php
More information about dmhendricks/b2-sdk-php
Files in dmhendricks/b2-sdk-php
Package b2-sdk-php
Short Description A PHP SDK for Backblaze's B2 storage service.
License MIT
Homepage https://github.com/dmhendricks/b2-sdk-php
Informations about the package b2-sdk-php
Backblaze B2 SDK for PHP
b2-sdk-php
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.
Authorization requests will be cached for 1 hour to avoid hitting the B2 API limit.
History & Changes
This is a fork of the RunCloudIO version, based on the original by Chris White, with the following changes:
- Implemented support for b2_list_file_versions from ryanall fork.
Client->download()
returns null on failure rather than invalid path.
Installation
To install via Composer:
Usage Examples
Tests
Tests are run with PHPUnit. After installing PHPUnit via Composer:
Change Log
Release changes are noted on the Releases page.
Branch: master
- None
All versions of b2-sdk-php with dependencies
guzzlehttp/guzzle Version ^6.1
illuminate/cache Version >=5.1.0
illuminate/container Version >=5.1.0
illuminate/filesystem Version >=5.1.0