b2-sdk-php
SDK for Backblaze's B2 storage service.
File Explorer
Download Latest Version (.zip)- B2Exception.php
- BadJsonException.php
- BadValueException.php
- BucketAlreadyExistsException.php
- BucketNotEmptyException.php
- FileNotPresentException.php
- NotFoundException.php
- ValidationException.php
- Client.php
- Bucket.php
- Client.php
- ErrorHandler.php
- File.php
- authorize_account.json
- bucket_not_empty.json
- create_bucket_exists.json
- create_bucket_private.json
- create_bucket_public.json
- delete_bucket.json
- delete_bucket_non_existent.json
- delete_file.json
- delete_file_non_existent.json
- download_by_incorrect_id.json
- download_by_incorrect_path.json
- download_content
- get_file.json
- get_file_non_existent.json
- get_upload_url.json
- list_buckets_0.json
- list_buckets_3.json
- list_files_empty.json
- list_files_page1.json
- list_files_page2.json
- update_bucket_to_private.json
- update_bucket_to_public.json
- upload.json
- ClientTest.php
- TestHelper.php
- .gitignore
- .travis.yml
- composer.json
- LICENSE.md
- phpunit.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/cwhite92/b2-sdk-php
Downloads the entire project code from GitHub to your computer.
cd b2-sdk-php
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
$ composer require cwhite92/b2-sdk-php
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
