PHPackages                             babeuloula/cloud-image-proxy - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. babeuloula/cloud-image-proxy

Abandoned → [babeuloula/cdn-php-bundle](/?search=babeuloula%2Fcdn-php-bundle)ArchivedLibrary[HTTP &amp; Networking](/categories/http)

babeuloula/cloud-image-proxy
============================

A proxy between your application and CloudImage

0.6.1(1y ago)059MITPHPPHP &gt;=8.1

Since Oct 20Pushed 1y ago1 watchersCompare

[ Source](https://github.com/babeuloula/cloud-image-proxy)[ Packagist](https://packagist.org/packages/babeuloula/cloud-image-proxy)[ RSS](/packages/babeuloula-cloud-image-proxy/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (15)Versions (11)Used By (0)

CloudImage Proxy
================

[](#cloudimage-proxy)

CloudImage Proxy is a Symfony bundle for linking your application to Cloud Image.

Cloud Image is a service that lets you resize and apply filters to your images, but it's also a CDN. It will therefore accelerate the loading of your assets (images or resources).

Installation
============

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
composer require babeuloula/cloud-image-proxy
```

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    BaBeuloula\CloudImageProxy\CloudImageProxyBundle::class => ['all' => true],
];
```

### Step 3: Configure the Bundle

[](#step-3-configure-the-bundle)

```
# config/packages/cloud_image_proxy.yaml

cloud_image_proxy:
    proxy:
        assets_path: 'mandatory'
        url: 'mandatory'
        check_assets: true # if the bundle need to check if you have the file on the server before fetch from CloudImage
        encrypted_parameters: false # if you need to hide the query parameters on your application
    encrypter:
        secret_key: null # the key encrypting and decrypting the query parameters (required if proxy.encrypted_parameters is true)
    twig:
        route_name: 'mandatory' # the route to the controller that displays the assets
        route_parameter: 'mandatory' # the route parameter name
```

Using a fallback handler
========================

[](#using-a-fallback-handler)

If you don't have access to CloudImage or if you want to use it on local development, you can set up a fallback handler.

Actually, I only support [Intervention Image v3](https://image.intervention.io/v3).

```
Intervention\Image\Drivers\Imagick\Driver: ~

BaBeuloula\CloudImageProxy\FallbackHandler\InterventionImageFallbackHandler:
    arguments:
        $assetsPath: '_your_path_'
        $driver: '@Intervention\Image\Drivers\Imagick\Driver'
        $cache: '_your_cache_instance_'

BaBeuloula\CloudImageProxy\FallbackHandler\FallbackHandlerInterface: '@BaBeuloula\CloudImageProxy\FallbackHandler\InterventionImageFallbackHandler'
```

Contributing
============

[](#contributing)

### Build and install dependencies

[](#build-and-install-dependencies)

You can use the existing docker stack with the command `make install` to build the Dockerfile and install the composer dependencies.

If you want to execute some commands through Docker, just use `docker/exec your_command`.

### Run testing stack

[](#run-testing-stack)

```
# Run all tests
make check

# Execute PHPCS
make lint

# Execute PHPCS fixer
make fixer

# Execute PHPStan
make analyse
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance40

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Every ~1 days

Total

9

Last Release

558d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3761b383fa6ec2ff0c3afa00734e38f37f25562c6724224417f3d885e8cbae52?d=identicon)[BaBeuloula](/maintainers/BaBeuloula)

---

Top Contributors

[![babeuloula](https://avatars.githubusercontent.com/u/4849233?v=4)](https://github.com/babeuloula "babeuloula (11 commits)")

---

Tags

bundlecdnsymfonysymfony-bundle

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/babeuloula-cloud-image-proxy/health.svg)

```
[![Health](https://phpackages.com/badges/babeuloula-cloud-image-proxy/health.svg)](https://phpackages.com/packages/babeuloula-cloud-image-proxy)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M650](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M193](/packages/simplesamlphp-simplesamlphp)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k235.4M9.7k](/packages/symfony-framework-bundle)

PHPackages © 2026

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