{"id":33966756,"url":"https://github.com/skydiver/laravel-flysystem-b2","last_synced_at":"2025-12-12T23:26:40.531Z","repository":{"id":57052804,"uuid":"72903216","full_name":"skydiver/laravel-flysystem-b2","owner":"skydiver","description":null,"archived":false,"fork":false,"pushed_at":"2016-11-05T04:16:01.000Z","size":6,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-24T19:34:19.937Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/skydiver.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-05T03:38:28.000Z","updated_at":"2020-10-04T04:24:20.000Z","dependencies_parsed_at":"2022-08-24T04:11:26.682Z","dependency_job_id":null,"html_url":"https://github.com/skydiver/laravel-flysystem-b2","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/skydiver/laravel-flysystem-b2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skydiver%2Flaravel-flysystem-b2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skydiver%2Flaravel-flysystem-b2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skydiver%2Flaravel-flysystem-b2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skydiver%2Flaravel-flysystem-b2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skydiver","download_url":"https://codeload.github.com/skydiver/laravel-flysystem-b2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skydiver%2Flaravel-flysystem-b2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27694926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-12T02:00:06.775Z","response_time":129,"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":[],"created_at":"2025-12-12T23:26:39.903Z","updated_at":"2025-12-12T23:26:40.523Z","avatar_url":"https://github.com/skydiver.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flysystem-b2\n\n\n### Introduction\nAdds Backblaze B2 driver to use with Laravel filesystem\n\n\n### Installation\n``` bash\ncomposer require skydiver/laravel-flysystem-b2\n```\n\n\n### Configuration\n\nAfter installing, register the `Skydiver\\LaravelFlysystemB2\\B2ServiceProvider` in your `config/app.php` configuration file:\n```php\n'providers' =\u003e [\n    // Other service providers...\n    Skydiver\\LaravelFlysystemB2\\B2ServiceProvider::class,\n],\n```\n\nYou will also need to add the new driver in your `config/filesystems.php` configuration file:\n```php\n'b2' =\u003e [\n    'driver'         =\u003e 'b2',\n    'bucket'         =\u003e '\u003cmy bucket name\u003e',\n    'accountId'      =\u003e '\u003cb2 account id\u003e',\n    'applicationKey' =\u003e '\u003cb2 application key\u003e'\n],\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskydiver%2Flaravel-flysystem-b2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskydiver%2Flaravel-flysystem-b2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskydiver%2Flaravel-flysystem-b2/lists"}