PHPackages                             talboterie/flysystem-gcp-storage - 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. talboterie/flysystem-gcp-storage

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

talboterie/flysystem-gcp-storage
================================

Flysystem adapter for Google Cloud Storage

v1.0.0(6y ago)020MITPHPPHP &gt;=7.2CI failing

Since Feb 7Pushed 6y ago1 watchersCompare

[ Source](https://github.com/talboterie/flysystem-gcp-storage)[ Packagist](https://packagist.org/packages/talboterie/flysystem-gcp-storage)[ Docs](https://talboterie.dev/packages/flysystem-gcp-storage)[ RSS](/packages/talboterie-flysystem-gcp-storage/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Flysystem GCP Storage
=====================

[](#flysystem-gcp-storage)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7239174db14fb5062e1b6b61a98512675d15e1e4483710e5ada117926eeb6bc8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74616c626f74657269652f666c7973797374656d2d6763702d73746f726167652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/talboterie/flysystem-gcp-storage)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![GitHub Workflow Status](https://camo.githubusercontent.com/cb3826c9429880fb126288364d683206069214f132855aeabee77e1f427d0150/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f74616c626f74657269652f666c7973797374656d2d6763702d73746f726167652f72756e2d74657374733f7374796c653d666c61742d737175617265)](https://github.com/talboterie/flysystem-gcp-storage/actions)[![Coverage Status](https://camo.githubusercontent.com/ed20282a67fa017a4cdd662e53479b4952a8aab3f7b1e941234721cd767fdfa6/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f67682f74616c626f74657269652f666c7973797374656d2d6763702d73746f726167653f7374796c653d666c61742d737175617265)](https://codecov.io/gh/talboterie/flysystem-gcp-storage)[![Quality Score](https://camo.githubusercontent.com/19f9ffc89240dadc315e5dd23cabf7edb15c3a86f9c6e2a6cc99850aef49c18e/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f74616c626f74657269652f666c7973797374656d2d6763702d73746f726167652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/talboterie/flysystem-gcp-storage)[![Total Downloads](https://camo.githubusercontent.com/ddc731eae705cd3e7778c22c982a9de477026c8d16302d2f347044a80f1ca9e1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74616c626f74657269652f666c7973797374656d2d6763702d73746f726167652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/talboterie/flysystem-gcp-storage)

Flysystem adapter for Google Cloud Storage.

Install
-------

[](#install)

Via Composer

```
$ composer require talboterie/flysystem-gcp-storage
```

Usage
-----

[](#usage)

```
use League\Flysystem\Filesystem;
use Google\Cloud\Storage\StorageClient;
use Talboterie\FlysystemGCPStorage\StorageAdapter;

$client = new StorageClient([
    'projectId' => 'your-gcp-project-id',
    'keyFilePath' => '/path/to/credentials.json',
]);

$adapter = new StorageAdapter($client->bucket('your-bucket'));

$filesystem = new Filesystem($adapter);
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) and [CODE\_OF\_CONDUCT](.github/CODE_OF_CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email `vincent@talbot.ninja` instead of using the issue tracker.

Credits
-------

[](#credits)

- [Vincent Talbot](https://github.com/vtalbot)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

2337d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cd5ebc77c8a034abfc360655e03bc390ede754e1d9fddecffe3a17fb0f356d12?d=identicon)[vtalbot](/maintainers/vtalbot)

---

Top Contributors

[![vtalbot](https://avatars.githubusercontent.com/u/1474848?v=4)](https://github.com/vtalbot "vtalbot (3 commits)")

---

Tags

flysystemflysystem-adapterflysystem-gcp-storagegcp-storagegoogle-cloud-platformlaravelTalboterieFlysystem GCP Storage

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/talboterie-flysystem-gcp-storage/health.svg)

```
[![Health](https://phpackages.com/badges/talboterie-flysystem-gcp-storage/health.svg)](https://phpackages.com/packages/talboterie-flysystem-gcp-storage)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.0k](/packages/laravel-framework)[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.5M85](/packages/unisharp-laravel-filemanager)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.7k285.7M1.0k](/packages/league-flysystem-aws-s3-v3)[alexusmai/laravel-file-manager

File manager for Laravel

1.2k803.2k9](/packages/alexusmai-laravel-file-manager)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[masbug/flysystem-google-drive-ext

Flysystem adapter for Google Drive with seamless virtual&lt;=&gt;display path translation

2682.2M18](/packages/masbug-flysystem-google-drive-ext)

PHPackages © 2026

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