PHPackages                             bloom-ux/bunnycdn-offloader - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. bloom-ux/bunnycdn-offloader

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

bloom-ux/bunnycdn-offloader
===========================

Simple BunnyCDN offloader for WordPress

022PHP

Since Jul 16Pushed 1mo ago3 watchersCompare

[ Source](https://github.com/bloom-ux/wp-bunnycdn-offloader)[ Packagist](https://packagist.org/packages/bloom-ux/bunnycdn-offloader)[ RSS](/packages/bloom-ux-bunnycdn-offloader/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

CDN Offloader
=============

[](#cdn-offloader)

A simple plugin to upload and serve your attachment files from Bunny CDN.

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

[](#installation)

Install with composer: `composer require bloom-ux/wp-bunnycdn-offloader`

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

[](#configuration)

Define the following environment variables:

```
# The secret API key used as password to upload files to your storage
BLOOM_BUNNY_STORAGE_API_KEY=""

# The storage zone name
BLOOM_BUNNY_STORAGE_ZONE=""

# Two-letter code of the storage region (ie: "br")
BLOOM_BUNNY_STORAGE_REGION=""

# Full URL to your assets (it can include a folder). ie: "https://my-storage.b-cdn.net/subfolder/"
BLOOM_BUNNY_PUBLIC_URL=""
```

Disable uploads to Bunny
------------------------

[](#disable-uploads-to-bunny)

To disable uploads to Bunny (useful in development environments or during imports), define the constant `BLOOM_BUNNY_OFFLOADER_DISABLE` as `true` in `wp-config.php`:

```
define( 'BLOOM_BUNNY_OFFLOADER_DISABLE', true );
```

Or use the environment variable in your `.env` file:

```
BLOOM_BUNNY_OFFLOADER_DISABLE=true
```

When this option is active, the plugin will not register hooks or WP-CLI commands, so files will not be uploaded to Bunny CDN and will be served from the local server.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance61

Regular maintenance activity

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity11

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/144856?v=4)[Felipe Lavín Z.](/maintainers/felipelavinz)[@felipelavinz](https://github.com/felipelavinz)

---

Top Contributors

[![felipelavinz](https://avatars.githubusercontent.com/u/144856?v=4)](https://github.com/felipelavinz "felipelavinz (13 commits)")

### Embed Badge

![Health badge](/badges/bloom-ux-bunnycdn-offloader/health.svg)

```
[![Health](https://phpackages.com/badges/bloom-ux-bunnycdn-offloader/health.svg)](https://phpackages.com/packages/bloom-ux-bunnycdn-offloader)
```

PHPackages © 2026

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