PHPackages                             spacecatninja/imager-x-gcs-storage-driver - 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. spacecatninja/imager-x-gcs-storage-driver

ActiveCraft-plugin

spacecatninja/imager-x-gcs-storage-driver
=========================================

External storage driver for Imager X that integrates with Google Cloud Services

1.0.0(1mo ago)00MITPHPPHP ^8.0

Since Mar 6Pushed 1mo agoCompare

[ Source](https://github.com/spacecatninja/craft-imager-x-gcs-storage-driver)[ Packagist](https://packagist.org/packages/spacecatninja/imager-x-gcs-storage-driver)[ RSS](/packages/spacecatninja-imager-x-gcs-storage-driver/feed)WikiDiscussions main Synced today

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

Imager X Storage Driver for Google Cloud Storage
================================================

[](#imager-x-storage-driver-for-google-cloud-storage)

External storage driver for [Imager X](https://plugins.craftcms.com/imager-x) that uploads transformed images to Google Cloud Storage.

Requirements
------------

[](#requirements)

- Craft CMS 5.0.0 or later
- Imager X 6.0.0 or later (Pro edition)

Installation
------------

[](#installation)

```
composer require spacecatninja/imager-x-gcs-storage-driver
php craft plugin/install imager-x-gcs-storage-driver
```

Configuration
-------------

[](#configuration)

Add a `gcs` key to `storageConfig` in your `config/imager-x.php`:

```
'storages' => ['gcs'],

'storageConfig' => [
    'gcs' => [
        'keyFile' => '',
        'bucket' => 'my-bucket',
        'folder' => 'transforms',
    ],
],
```

Point `imagerUrl` at your bucket:

```
'imagerUrl' => 'https://storage.googleapis.com/my-bucket/transforms/',
```

Always flush your Imager transforms cache when adding or removing external storages, as existing cached transforms will not be re-uploaded.

Configuration options
---------------------

[](#configuration-options)

OptionDefaultDescription`keyFile``''`Service account credentials as a JSON string, a path to a JSON key file, or an environment variable reference (e.g. `$GCS_KEY`).`bucket``''`GCS bucket name.`folder``''`Folder prefix within the bucket.Authentication
--------------

[](#authentication)

The `keyFile` setting accepts two formats:

**JSON string** — pass the service account JSON directly (or via an environment variable):

```
'keyFile' => '$GOOGLE_APPLICATION_CREDENTIALS_JSON',
```

**File path** — pass the path to a service account key file:

```
'keyFile' => '/var/secrets/gcs-key.json',
```

Uploaded objects are set to `publicRead` ACL. Make sure your bucket is configured to allow public access if you intend to serve transforms directly from GCS.

Price, license and support
--------------------------

[](#price-license-and-support)

The plugin is released under the MIT license. It requires Imager X Pro, which is a commercial plugin [available in the Craft plugin store](https://plugins.craftcms.com/imager-x).

###  Health Score

36

—

LowBetter than 81% of packages

Maintenance94

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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

32d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/806fbb515be53ddbca1d658f1abe7f8ddd41d77b72eec8aa85800db3a03e7e35?d=identicon)[spacecatninja](/maintainers/spacecatninja)

---

Top Contributors

[![aelvan](https://avatars.githubusercontent.com/u/2675644?v=4)](https://github.com/aelvan "aelvan (2 commits)")

---

Tags

gcscmsCraftcraftcmscraft-pluginimager-x

### Embed Badge

![Health badge](/badges/spacecatninja-imager-x-gcs-storage-driver/health.svg)

```
[![Health](https://phpackages.com/badges/spacecatninja-imager-x-gcs-storage-driver/health.svg)](https://phpackages.com/packages/spacecatninja-imager-x-gcs-storage-driver)
```

###  Alternatives

[nystudio107/craft-seomatic

SEOmatic facilitates modern SEO best practices &amp; implementation for Craft CMS 5. It is a turnkey SEO system that is comprehensive, powerful, and flexible.

1741.4M44](/packages/nystudio107-craft-seomatic)[spacecatninja/imager-x

Ninja powered image transforms.

29390.0k22](/packages/spacecatninja-imager-x)[verbb/image-resizer

Resize assets when they are uploaded.

127269.1k7](/packages/verbb-image-resizer)[verbb/tablemaker

Create customizable and user-defined table fields.

40168.8k1](/packages/verbb-tablemaker)[verbb/hyper

A user-friendly links field for Craft.

24130.9k8](/packages/verbb-hyper)[acclaro/translations

Easily launch and manage multilingual Craft websites without having to copy/paste content or manually track updates.

1229.5k](/packages/acclaro-translations)

PHPackages © 2026

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