PHPackages                             crowdreactive/cloud-resizer-bundle - 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. [Image &amp; Media](/categories/media)
4. /
5. crowdreactive/cloud-resizer-bundle

ActiveLibrary[Image &amp; Media](/categories/media)

crowdreactive/cloud-resizer-bundle
==================================

A bundle for resizing and manipulating images using web services

21002[5 issues](https://github.com/CrowdReactive/CloudResizerBundle/issues)PHP

Since Sep 4Pushed 11y ago8 watchersCompare

[ Source](https://github.com/CrowdReactive/CloudResizerBundle)[ Packagist](https://packagist.org/packages/crowdreactive/cloud-resizer-bundle)[ RSS](/packages/crowdreactive-cloud-resizer-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

CloudResizerBundle
==================

[](#cloudresizerbundle)

[![Packagist Version](https://camo.githubusercontent.com/2463d4c1c90a317a6a9a840493e5526ab15ea10cdf0661fefee7b6da65ba1d5b/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f63726f776472656163746976652f636c6f75642d726573697a65722d62756e646c652e737667)](http://packagist.org/packages/crowdreactive/cloud-resizer-bundle)[![Packagist License](https://camo.githubusercontent.com/19b5eac8b95e929cf15cc4a5df607c86f0991345dbd239879fb71ae480737c63/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f63726f776472656163746976652f636c6f75642d726573697a65722d62756e646c652e737667)](http://packagist.org/packages/crowdreactive/cloud-resizer-bundle)[![SensioLabsInsight](https://camo.githubusercontent.com/03c996f2f672d03749de866bc9b6ce25300e047e53c7c6d5099c523802dc92aa/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f36313938323461632d313634372d343835322d613337312d3337643165333065353230322f6d696e692e706e67)](https://insight.sensiolabs.com/projects/619824ac-1647-4852-a371-37d1e30e5202)[![Build Status](https://camo.githubusercontent.com/1778ddd5a91d162551a8c4352b77fb4a8dae1e28bffe4bfb00f7e2dcc726a6ae/687474703a2f2f696d672e736869656c64732e696f2f7472617669732f43726f776452656163746976652f436c6f7564526573697a657242756e646c652f6d61737465722e737667)](https://travis-ci.org/CrowdReactive/CloudResizerBundle)[![Scrutinizer](https://camo.githubusercontent.com/a1b90dfe19ce3fc9012f521d70a2ac1789bf8fd79c3dc75622bb5301b4f29e73/687474703a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f43726f776452656163746976652f436c6f7564526573697a657242756e646c652e737667)](https://scrutinizer-ci.com/g/CrowdReactive/CloudResizerBundle)[![Tasks ready](https://camo.githubusercontent.com/f11c13499bf1c0e1ff00f46509fa14dd741f6d110d0adc5a5d4200d2eeba78cd/68747470733a2f2f62616467652e776166666c652e696f2f43726f776452656163746976652f436c6f7564526573697a657242756e646c652e706e673f6c6162656c3d7265616479267469746c653d5265616479)](https://waffle.io/CrowdReactive/CloudResizerBundle)

Provides a wrapper around external image manipulation services. Currently supporting:

- [CloudImage.io](http://cloudimage.io/)

Usage
-----

[](#usage)

### Standalone

[](#standalone)

```
use CrowdReactive\CloudResizerBundle;

$resizer = new CloudResizerBundle\Services\CloudResizer;

// Setup providers
$cloudImage = new CloudResizerBundle\Provider\CloudImage(CLOUDIMAGE_TOKEN);

// Create filters for different purposes
$backgroundThumbnail = new CloudResizerBundle\CloudResizer\CloudImage\CloudImageFilter($cloudImage, ['height' => 200]);
$resizer->setFilter('background_thumb', $backgroundThumbnail);

$resizer->build('https://s3.amazonaws.com/.../uploads/background-123.png', 'background_thumb');
$resizer->build('https://s3.amazonaws.com/.../uploads/background-123.png', 'background_thumb', ['height' => 400]);
```

### Symfony integration

[](#symfony-integration)

CloudResizer can be used as a Symfony bundle:

```
// app/AppKernel.php

public function registerBundles() {
    return [
        // ...
        new CrowdReactive\CloudResizerBundle\CrowdReactiveCloudResizerBundle(),
    ];
}
```

```
# app/config/config.yml

services:
  cloudresizer.provider.cloudimage:
    class: CrowdReactive\CloudResizerBundle\Provider\CloudImage
    args: [%cloudimage_token%]

crowdreactive_cloudresizerbundle:
  filters:
    background_thumb:
      provider: @cloudresizer.provider.cloudimage
      parameters:
        height: 50
```

### Twig usage

[](#twig-usage)

```

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90% 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://www.gravatar.com/avatar/c292a6c56c272b9c31da4a195de55521accd66989e84cd7e0767423a6743a275?d=identicon)[ollietb](/maintainers/ollietb)

![](https://www.gravatar.com/avatar/32d44b8b36e16d8e06b489556da46a1e839726b0d6003fcd2642a3c94c8069f7?d=identicon)[rmasters](/maintainers/rmasters)

![](https://www.gravatar.com/avatar/13acc307d1d37faecaa713d57aadfb7ae10f7026ec7192bbb01f8b42cca826cb?d=identicon)[crossborne](/maintainers/crossborne)

---

Top Contributors

[![rmasters](https://avatars.githubusercontent.com/u/34284?v=4)](https://github.com/rmasters "rmasters (27 commits)")[![romanschejbal](https://avatars.githubusercontent.com/u/1391212?v=4)](https://github.com/romanschejbal "romanschejbal (3 commits)")

### Embed Badge

![Health badge](/badges/crowdreactive-cloud-resizer-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/crowdreactive-cloud-resizer-bundle/health.svg)](https://phpackages.com/packages/crowdreactive-cloud-resizer-bundle)
```

###  Alternatives

[milon/barcode

Barcode generator like Qr Code, PDF417, C39, C39+, C39E, C39E+, C93, S25, S25+, I25, I25+, C128, C128A, C128B, C128C, 2-Digits UPC-Based Extention, 5-Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI (Variation of Plessey code)

1.5k13.3M39](/packages/milon-barcode)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k23](/packages/bkwld-croppa)[goat1000/svggraph

Generates SVG graphs

132849.6k3](/packages/goat1000-svggraph)[cohensive/embed

Media Embed (for Laravel or as a standalone).

120370.4k](/packages/cohensive-embed)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

63991.3k4](/packages/netresearch-rte-ckeditor-image)[humanmade/tachyon-plugin

Rewrites WordPress image URLs to use Tachyon

87338.5k2](/packages/humanmade-tachyon-plugin)

PHPackages © 2026

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