PHPackages                             quioteframework/filesystem-gcs - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. quioteframework/filesystem-gcs

ActiveLibrary[File &amp; Storage](/categories/file-storage)

quioteframework/filesystem-gcs
==============================

Google Cloud Storage filesystem adapter for Quiote — a Quiote\\Filesystem\\FilesystemAdapterInterface implementation for FilesystemManager, built on the GcsClient from quioteframework/session-gcs.

v2.0.1(today)00MITPHPPHP &gt;=8.5.0

Since Jul 28Pushed todayCompare

[ Source](https://github.com/quioteframework/filesystem-gcs)[ Packagist](https://packagist.org/packages/quioteframework/filesystem-gcs)[ Docs](https://github.com/quioteframework/filesystem-gcs)[ RSS](/packages/quioteframework-filesystem-gcs/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

quioteframework/filesystem-gcs
==============================

[](#quioteframeworkfilesystem-gcs)

Google Cloud Storage filesystem adapter for [Quiote](https://github.com/quioteframework/quiote): a `Quiote\Filesystem\FilesystemAdapterInterface` implementation for `Quiote\Filesystem\FilesystemManager`, built on the `GcsClient` from `quioteframework/session-gcs` (HMAC interoperability-key auth against the XML API, no `google/cloud-storage` dependency).

`size()`, `lastModified()`, and `listContents()` are not supported in v1 — the underlying client has no HEAD or list-bucket operation, so these throw `Quiote\Filesystem\FilesystemStorageException`. `read()`/`write()`/`delete()`/`exists()` are fully supported.

Install
-------

[](#install)

```
composer require quioteframework/filesystem-gcs

```

Use
---

[](#use)

```
$client = new \Quiote\Storage\Gcs\GcsClient(
    httpClient: $psr18Client,
    accessKey: getenv('GCS_HMAC_ACCESS_KEY'),
    secretKey: getenv('GCS_HMAC_SECRET_KEY'),
    bucket: 'my-app-files',
);

$adapter = new \Quiote\Filesystem\Gcs\GcsFilesystemAdapter($client);
$adapter->write('reports/q1.csv', $csv);
$adapter->read('reports/q1.csv');
```

Or, via a container with `GcsFilesystemPlugin` registered and `filesystem.disks.gcs.*` configured, resolve `Quiote\Filesystem\FilesystemManager` and call `->disk('gcs')`.

License
-------

[](#license)

MIT. See [LICENSE](LICENSE).

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance100

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

0d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bb797c6fce78d07eb743846f7940d790f425831024c283cdfed7dd02d9bcac69?d=identicon)[markus\_saakeli](/maintainers/markus_saakeli)

---

Top Contributors

[![horros](https://avatars.githubusercontent.com/u/464166?v=4)](https://github.com/horros "horros (1 commits)")

---

Tags

filesystemstoragegcsgoogle cloudquiote

### Embed Badge

![Health badge](/badges/quioteframework-filesystem-gcs/health.svg)

```
[![Health](https://phpackages.com/badges/quioteframework-filesystem-gcs/health.svg)](https://phpackages.com/packages/quioteframework-filesystem-gcs)
```

###  Alternatives

[league/flysystem

File storage abstraction for PHP

13.6k679.9M2.6k](/packages/league-flysystem)[google/cloud

Google Cloud Client Library

1.2k16.7M57](/packages/google-cloud)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.7k285.7M1.1k](/packages/league-flysystem-aws-s3-v3)[league/flysystem-google-cloud-storage

Google Cloud Storage adapter for Flysystem.

2419.4M71](/packages/league-flysystem-google-cloud-storage)[league/flysystem-async-aws-s3

AsyncAws S3 filesystem adapter for Flysystem.

3012.1M45](/packages/league-flysystem-async-aws-s3)[gliterd/backblaze-b2

PHP SDK for working with backblaze B2 cloud storage.

83278.7k8](/packages/gliterd-backblaze-b2)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
