Registry / cloud / superbalist-laravel-google-cloud-storage

superbalist-laravel-google-cloud-storage

JSON →
library2.2.4phppackagistunverified

A Google Cloud Storage filesystem for Laravel using Flysystem.

composer require superbalist/laravel-google-cloud-storage
INSTALL
IMPORT
SIG · SUPERBALIST-LARAVE
S
superbalist-laravel-google-cloud-storage
cloudphpv2.2.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GoogleCloudStorageAdapter
use Superbalist\LaravelGoogleCloudStorage\GoogleCloudStorageAdapter;

Create a Google Cloud Storage filesystem and write a file.

use Superbalist\LaravelGoogleCloudStorage\GoogleCloudStorageAdapter; use League\Flysystem\Filesystem; $adapter = new GoogleCloudStorageAdapter($storageClient, 'bucket'); $filesystem = new Filesystem($adapter); $filesystem->write('path/file.txt', 'contents');
Debug
Known issues
breakingRequires Google Cloud PHP Client Library and proper authentication.
fix
Install google/cloud-storage and set up service account credentials.
affects: >=2.0.0
Upgrade
Version history
2.2.4latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
22
Amazon
1
OpenAI (training)
1
Resources
superbalist-laravel-google-cloud-storage — pip install superbalist-laravel-google-cloud-storage · libregistry