PHPackages                             flownative/assetvariantbatchrendering - 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. flownative/assetvariantbatchrendering

AbandonedArchivedNeos-package[Utility &amp; Helpers](/categories/utility)

flownative/assetvariantbatchrendering
=====================================

Asset variant batch rendering for Neos Flow

1.0.0(6y ago)0968GPL-3.0-or-laterPHP

Since Nov 25Pushed 6y ago2 watchersCompare

[ Source](https://github.com/flownative/assetvariantbatchrendering)[ Packagist](https://packagist.org/packages/flownative/assetvariantbatchrendering)[ RSS](/packages/flownative-assetvariantbatchrendering/feed)WikiDiscussions master Synced 1mo ago

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

[![MIT license](https://camo.githubusercontent.com/9557d2738eea5315d1b7df67ad8a0a84531c12622bd711e853e6c0dcfc56d2c5/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d47504c2d627269676874677265656e2e737667)](https://opensource.org/licenses/GPL-3.0)[![Packagist](https://camo.githubusercontent.com/1664f7444051931ea35f873a989302b45d61075a7fba2bcfca0443fa7ff09fc8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f666c6f776e61746976652f617373657476617269616e74626174636872656e646572696e672e737667)](https://packagist.org/packages/flownative/assetvariantbatchrendering)[![Maintenance level: Acquaintance](https://camo.githubusercontent.com/750673d8ac23cfeb2421a23f118f82ce29736a494ebee758ee5362010e1dbfe9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d61696e74656e616e63652d2545322539392541312d6666363962342e737667)](https://www.flownative.com/en/products/open-source.html)

Asset variant batch rendering
=============================

[](#asset-variant-batch-rendering)

This package provides batch rendering of asset variants for Neos 4.3. The functionality is [to be included in Neos 5.1](https://github.com/neos/neos-development-collection/pull/2751).

It provides the following functionality:

- (re-)render variants based on presets
- re-render variants when replacing an asset resource

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

[](#installation)

If you want to use this package, simply require it:

```
$ composer require 'flownative/assetvariantbatchrendering:1.*'
```

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

[](#configuration)

The package comes with no configurable settings itself. But you will need to configure asset variant presets. Here is an example for a square preset:

```
Neos:
  Media:
    variantPresets:
      'AcmeCom:Square':
        mediaTypePatterns: ['~image/.*~']
        variants:
          'square':
            label: 'Square'
            adjustments:
              'crop':
                type: 'Neos\Media\Domain\Model\Adjustment\CropImageAdjustment'
                options:
                  aspectRatio: '1:1'
```

See the [variant presets documentation](https://neos-media.readthedocs.io/en/stable/VariantPresets.html)for details.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

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

Unknown

Total

1

Last Release

2361d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10280881?v=4)[Flownative](/maintainers/flownative)[@flownative](https://github.com/flownative)

---

Top Contributors

[![kdambekalns](https://avatars.githubusercontent.com/u/95873?v=4)](https://github.com/kdambekalns "kdambekalns (3 commits)")

### Embed Badge

![Health badge](/badges/flownative-assetvariantbatchrendering/health.svg)

```
[![Health](https://phpackages.com/badges/flownative-assetvariantbatchrendering/health.svg)](https://phpackages.com/packages/flownative-assetvariantbatchrendering)
```

###  Alternatives

[neos/neos

An open source Content Application Platform based on Flow. A set of core Content Management features is resting within a larger context that allows you to build a perfectly customized experience for your users.

116989.0k674](/packages/neos-neos)[sitegeist/kaleidoscope

Responsive-images for Neos

29352.4k10](/packages/sitegeist-kaleidoscope)

PHPackages © 2026

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