Registry / cloud / league-flysystem-google-cloud-storage

league-flysystem-google-cloud-storage

JSON →
library3.34.0phppackagistunverified

Google Cloud Storage adapter for Flysystem.

composer require league/flysystem-google-cloud-storage
INSTALL
IMPORT
SIG · LEAGUE-FLYSYSTEM-G
L
league-flysystem-google-cloud-storage
cloudphpv3.34.0
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 League\Flysystem\GoogleCloudStorage\GoogleCloudStorageAdapter;

Create a Flysystem adapter for Google Cloud Storage.

use League\Flysystem\GoogleCloudStorage\GoogleCloudStorageAdapter; use Google\Cloud\Storage\StorageClient; $client = new StorageClient(['keyFilePath' => '/path/to/key.json']); $bucket = $client->bucket('my-bucket'); $adapter = new GoogleCloudStorageAdapter($bucket);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.34.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
league-flysystem-google-cloud-storage — pip install league-flysystem-google-cloud-storage · libregistry