{"id":28561209,"url":"https://github.com/zaxbux/flysystem-backblaze-b2","last_synced_at":"2026-03-02T05:01:24.184Z","repository":{"id":48838511,"uuid":"177484347","full_name":"zaxbux/flysystem-backblaze-b2","owner":"zaxbux","description":"A Flysystem adapter for Backblaze B2.","archived":false,"fork":false,"pushed_at":"2022-10-19T22:27:36.000Z","size":36,"stargazers_count":6,"open_issues_count":1,"forks_count":3,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-27T16:54:00.804Z","etag":null,"topics":["backblaze","backblaze-b2","filesystem","flysystem","flysystem-adapter"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zaxbux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-25T00:00:07.000Z","updated_at":"2024-10-30T18:25:49.000Z","dependencies_parsed_at":"2022-09-04T20:22:22.298Z","dependency_job_id":null,"html_url":"https://github.com/zaxbux/flysystem-backblaze-b2","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/zaxbux/flysystem-backblaze-b2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaxbux%2Fflysystem-backblaze-b2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaxbux%2Fflysystem-backblaze-b2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaxbux%2Fflysystem-backblaze-b2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaxbux%2Fflysystem-backblaze-b2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zaxbux","download_url":"https://codeload.github.com/zaxbux/flysystem-backblaze-b2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaxbux%2Fflysystem-backblaze-b2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29993023,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backblaze","backblaze-b2","filesystem","flysystem","flysystem-adapter"],"created_at":"2025-06-10T10:41:13.142Z","updated_at":"2026-03-02T05:01:24.082Z","avatar_url":"https://github.com/zaxbux.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zaxbux\\Flysystem\\BackblazeB2\n\n[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/zaxbux/flysystem-backblaze-b2)][github-releases] ![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/zaxbux/flysystem-backblaze-b2) [![Packagist Version](https://img.shields.io/packagist/v/zaxbux/flysystem-backblaze-b2)][packagist] [![GitHub licence](https://img.shields.io/github/license/zaxbux/flysystem-backblaze-b2)][licence] [![GitHub issues](https://img.shields.io/github/issues-raw/zaxbux/flysystem-backblaze-b2)][github-issues]\n\nA Flysystem adaptor for Backblaze B2.\n\n# Installation\n``composer require zaxbux/flysystem-backblaze-b2``\n\n# Basic Usage\n```php\nuse League\\Flysystem\\Filesystem;\nuse Zaxbux\\BackblazeB2\\Client;\nuse Zaxbux\\Flysystem\\BackblazeB2Adapter;\n\n\n$client     = new Client(['B2_APPLICATION_KEY_ID', 'B2_APPLICATION_KEY']);\n$adapter    = new BackblazeB2Adapter($client, 'B2_BUCKET_ID');\n$filesystem = new Filesystem($adapter);\n```\n\n# Tests\n\nBefore running tests, ensure the `B2_APPLICATION_KEY_ID`, `B2_APPLICATION_KEY`, and `B2_BUCKET_ID` environment variables are set.\n\n```\n$ ./vendor/bin/phpunit\n```\n\n# Contributions\nFeel free to contribute in any way report an issue, make a suggestion, or send a pull request.\n\n# License\n[MIT][licence]\n\n[licence]: LICENCE.md\n[packagist]: https://packagist.org/packages/zaxbux/flysystem-backblaze-b2\n[github-issues]: https://github.com/zaxbux/flysystem-backblaze-b2/issues\n[github-releases]: https://github.com/zaxbux/flysystem-backblaze-b2/releases\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaxbux%2Fflysystem-backblaze-b2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzaxbux%2Fflysystem-backblaze-b2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaxbux%2Fflysystem-backblaze-b2/lists"}