PHPackages                             ntriga/pimcore-asset-thumbnails - 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. ntriga/pimcore-asset-thumbnails

ActiveLibrary

ntriga/pimcore-asset-thumbnails
===============================

Generates thumbnails of assets so they don't need to be generated on the fly

11.2.0(11mo ago)030[5 PRs](https://github.com/ntriga/pimcore-asset-thumbnails/pulls)MITPHPPHP ^8.1

Since Jul 8Pushed 11mo agoCompare

[ Source](https://github.com/ntriga/pimcore-asset-thumbnails)[ Packagist](https://packagist.org/packages/ntriga/pimcore-asset-thumbnails)[ Docs](https://github.com/ntriga/pimcore-asset-thumbnails)[ RSS](/packages/ntriga-pimcore-asset-thumbnails/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (9)Used By (0)

Pimcore Asset Thumbnails
========================

[](#pimcore-asset-thumbnails)

Use helpers for generating thumbnails

Features
--------

[](#features)

- **Assets:** Generate thumbnails for assets in messages

### Dependencies

[](#dependencies)

ReleaseSupported Pimcore VersionsSupported Symfony VersionsMaintainedBranch**1.x**`11.0``6.2`Feature BranchmasterInstallation
------------

[](#installation)

You can install the package via composer:

```
composer require ntriga/pimcore-asset-thumbnails
```

Add Bundle to `bundles.php`:

```
return [
    Ntriga\PimcoreAssetThumbnails\PimcoreAssetThumbnailsBundle::class => ['all' => true],
];
```

Usage
-----

[](#usage)

### Dispatch the message to generate thumbnails

[](#dispatch-the-message-to-generate-thumbnails)

```
$productThumbs = [
    'ThumbnailConfigName',
];

$asset = new Asset\Image();

$this->bus->dispatch(new GenerateImageThumbnailsMessage(
    $asset->getId(),
    $productThumbs,
));
```

### Run the worker to generate thumbnails

[](#run-the-worker-to-generate-thumbnails)

```
bin/console messenger:consume ntriga_thumbs
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Credits
-------

[](#credits)

- [All contributors](../../contributors)

License
-------

[](#license)

GNU General Public License version 3 (GPLv3). Please see [License File](./LICENSE.md) for more information.

###  Health Score

33

—

LowBetter than 74% of packages

Maintenance53

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~157 days

Total

3

Last Release

355d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/73bef4f53598afc809d906e57810443934165da7eff0f16ac89bbc66c5af87ea?d=identicon)[VincentBibauw](/maintainers/VincentBibauw)

---

Top Contributors

[![VincentBibauw](https://avatars.githubusercontent.com/u/112575148?v=4)](https://github.com/VincentBibauw "VincentBibauw (3 commits)")[![JoeyDaems](https://avatars.githubusercontent.com/u/130968595?v=4)](https://github.com/JoeyDaems "JoeyDaems (1 commits)")

---

Tags

pimcoredeeplntriga

### Embed Badge

![Health badge](/badges/ntriga-pimcore-asset-thumbnails/health.svg)

```
[![Health](https://phpackages.com/badges/ntriga-pimcore-asset-thumbnails/health.svg)](https://phpackages.com/packages/ntriga-pimcore-asset-thumbnails)
```

###  Alternatives

[coreshop/core-shop

CoreShop - Pimcore eCommerce

289197.5k10](/packages/coreshop-core-shop)[dachcom-digital/formbuilder

Pimcore FormBuilder - create forms easily!

96269.7k](/packages/dachcom-digital-formbuilder)[dachcom-digital/toolbox

Pimcore Project Kickstarter

67126.4k4](/packages/dachcom-digital-toolbox)[dachcom-digital/seo

Pimcore SEO Enrichment Bundle

36217.3k2](/packages/dachcom-digital-seo)[dachcom-digital/dynamic-search

Pimcore Dynamic Search Bundle

32143.9k5](/packages/dachcom-digital-dynamic-search)[dachcom-digital/emailizr

Pimcore Emailizr - create html emails the right way!

17370.2k4](/packages/dachcom-digital-emailizr)

PHPackages © 2026

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