PHPackages                             scaleflex/spryker-cloudimage - 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. scaleflex/spryker-cloudimage

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

scaleflex/spryker-cloudimage
============================

Spryker package to integrate Cloudimage

1.0.0(1y ago)00MITPHPPHP &gt;=7.4

Since Sep 16Pushed 6mo ago2 watchersCompare

[ Source](https://github.com/scaleflex/spryker-cloudimage-plugin)[ Packagist](https://packagist.org/packages/scaleflex/spryker-cloudimage)[ RSS](/packages/scaleflex-spryker-cloudimage/feed)WikiDiscussions main Synced 1mo ago

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

Cloudimage
----------

[](#cloudimage)

### Installation

[](#installation)

Start up the Spryker shop and run:

```
composer require scaleflex/spryker-cloudimage

```

### Configuration in the shop

[](#configuration-in-the-shop)

To get the package running, register the "Scaleflex" namespace into the config\_default.php in the KernelConstants::CORE\_NAMESPACES

```
$config[KernelConstants::CORE_NAMESPACES] = [
    'Scaleflex',
    ...
];

```

Set these constants in the config, where it is needed. the BaseUrl and the ignoredUrlPaths need to be set according to the use case.

```
use Scaleflex\Shared\Cloudimage\CloudimageConstants;

$config[CloudimageConstants::TOKEN] = '{{YOUR_TOKEN}}';
$config[CloudimageConstants::BASE_URL] = 'http://yves.de.spryker.local';
$config[CloudimageConstants::IGNORED_URL_PATHS] = ['http://yves.de.spryker.local'];

```

### Integration into the code

[](#integration-into-the-code)

Register the Twig plugin in the Pyz\\Yves\\Twig\\TwigDependencyProvider.php

```
/**
 * @return \Spryker\Shared\TwigExtension\Dependency\Plugin\TwigPluginInterface[]
 */
protected function getTwigPlugins(): array
{
    return [
        ...
        new CloudimageTwigPlugin(),
    ];
]

```

#### Example

[](#example)

Use the TwigFilter for the images. Here is an example of how to extend the Pyz\\Yves\\ShopUi\\Theme\\default\\components\\molecules\\lazy-image.twig. Everywhere this molecule will use Cloudimage and apply a grey filter.

```
{% block body %}
    {% set data = data | merge({'imageSrc': data.imageSrc | cloudimage({}, {grey: 1}) }) %}
    ...
{% endblock %}

```

#### How to use the plugin

[](#how-to-use-the-plugin)

```
cloudimage({YOUR_OPERATIONS}, {YOUR_FILTERS})

```

Cloudimage documentation for the operations:

Cloudimage documentation for the filters:

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance56

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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

600d ago

### Community

Maintainers

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

---

Top Contributors

[![Aurelien-GH](https://avatars.githubusercontent.com/u/71058209?v=4)](https://github.com/Aurelien-GH "Aurelien-GH (3 commits)")[![bavuong0810](https://avatars.githubusercontent.com/u/62991507?v=4)](https://github.com/bavuong0810 "bavuong0810 (2 commits)")[![dangscaleflex](https://avatars.githubusercontent.com/u/101269213?v=4)](https://github.com/dangscaleflex "dangscaleflex (2 commits)")

---

Tags

phpcdnsprykerscaleflexcloudimage

### Embed Badge

![Health badge](/badges/scaleflex-spryker-cloudimage/health.svg)

```
[![Health](https://phpackages.com/badges/scaleflex-spryker-cloudimage/health.svg)](https://phpackages.com/packages/scaleflex-spryker-cloudimage)
```

###  Alternatives

[imanghafoori/laravel-anypass

A minimal yet powerful package to help you in development.

21421.6k](/packages/imanghafoori-laravel-anypass)

PHPackages © 2026

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