PHPackages                             redeyedevelopment/imager-x-storage-driver-for-fort-rabbit - 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. redeyedevelopment/imager-x-storage-driver-for-fort-rabbit

ActiveCraft-plugin

redeyedevelopment/imager-x-storage-driver-for-fort-rabbit
=========================================================

External storage driver for Imager X that integrates with fortrabbit's Object Storage

1.0.1(4y ago)1242[2 issues](https://github.com/RedEyeDevelopment/craft-imager-x-fortrabbit-driver/issues)MITPHP

Since Jun 10Pushed 4y ago1 watchersCompare

[ Source](https://github.com/RedEyeDevelopment/craft-imager-x-fortrabbit-driver)[ Packagist](https://packagist.org/packages/redeyedevelopment/imager-x-storage-driver-for-fort-rabbit)[ RSS](/packages/redeyedevelopment-imager-x-storage-driver-for-fort-rabbit/feed)WikiDiscussions main Synced yesterday

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

Imager X Storage Driver for FortRabbit plugin for Craft CMS 3.x
===============================================================

[](#imager-x-storage-driver-for-fortrabbit-plugin-for-craft-cms-3x)

External storage driver for Imager X that integrates with fortrabbit's Object Storage

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

[](#requirements)

This plugin requires Craft CMS 3.3.0 or later, and Imager X 3.0 or later. External storages are only available in the Pro edition of Imager.

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

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

    ```
     cd /path/to/project

    ```
2. Then tell Composer to load the plugin:

    ```
     composer require RedEyeDevelopment/imager-x-storage-driver-for-fort-rabbit

    ```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Imager X Storage Driver for FortRabbit.

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

[](#configuration)

Configure the storage driver by adding new key named `fortrabbit` to the `storagesConfig` config setting in your **imager-x.php config file**, with the following configuration:

```
'storageConfig' => [
    'fortrabbit' => [
        'endpoint' => '',
        'accessKey' => '',
        'secretAccessKey' => '',
        'region' => '',
        'bucket' => '',
        'folder' => '',
        'requestHeaders' => array(),
    ]
],

```

Enable the storage driver by adding the key `fortrabbit` to Imager's `storages` config setting:

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

```

Here's an example config, note that the endpoint has to be a complete URL with scheme, and as always you need to make sure that `imagerUrl` is pointed to the right location:

```
'imagerUrl' => 'https://SUBDOMAIN.objects.frb.io/transforms/',
'storages' => ['fortrabbit'],
'storageConfig' => [
    'fortrabbit' => [
        'endpoint' => 'https://objects.us1.frbit.com',
        'accessKey' => 'MYACCESSKEY',
        'secretAccessKey' => 'MYSECRETKEY',
        'region' => 'us-east-1',
        'bucket' => 'MYBUCKET',
        'folder' => 'transforms',
        'requestHeaders' => array(),
    ]
],

```

Also remember to always empty your Imager transforms cache when adding or removing external storages, as the transforms won't be uploaded if the transform already exists in the cache.

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).

Brought to you by [Red Eye Development](https://redeye.dev)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.4% 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

Every ~0 days

Total

2

Last Release

1797d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

cmsCraftcraftcmscraft-pluginimager x storage driver for fortrabbit

### Embed Badge

![Health badge](/badges/redeyedevelopment-imager-x-storage-driver-for-fort-rabbit/health.svg)

```
[![Health](https://phpackages.com/badges/redeyedevelopment-imager-x-storage-driver-for-fort-rabbit/health.svg)](https://phpackages.com/packages/redeyedevelopment-imager-x-storage-driver-for-fort-rabbit)
```

###  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.4M46](/packages/nystudio107-craft-seomatic)[spacecatninja/imager-x

Ninja powered image transforms.

29390.0k23](/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.9k9](/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)
