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

ActiveNeos-package[Image &amp; Media](/categories/media)

flownative/neos-asyncimagevariants
==================================

A package that allows for asynchronous image variant creation in Neos.Media

v0.0.1(1y ago)01MITPHPPHP ^8.2

Since Oct 21Pushed 1y ago2 watchersCompare

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

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

[![MIT license](https://camo.githubusercontent.com/4661abfe916186acde514558e7f040833cb63ba7098401a51ce339cbb2b4cf9e/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)](http://opensource.org/licenses/MIT)[![Packagist](https://camo.githubusercontent.com/c59911f82b771aafc0429dd18932abf482eda608be34354dfc98d542f3d0a054/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f666c6f776e61746976652f6e656f732d6173796e63696d61676576617269616e74732e737667)](https://packagist.org/packages/flownative/neos-asyncimagevariants)[![Packagist](https://camo.githubusercontent.com/35ca57f440394a07e105fe7ef71e78567a2ae1ea86326016536784a3ea493cc8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f666c6f776e61746976652f6e656f732d6173796e63696d61676576617269616e7473)](https://packagist.org/packages/flownative/neos-asyncimagevariants)[![Maintenance level: Love](https://camo.githubusercontent.com/1e42f66452ae2f07329d87d031d01ae1825930fcd952c6a0f052ccfeaeaf0292/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d61696e74656e616e63652d2545322539392541312545322539392541312d6666363962342e737667)](https://www.flownative.com/en/products/open-source.html)

Flownative.Neos.AsyncImageVariants
==================================

[](#flownativeneosasyncimagevariants)

Description
-----------

[](#description)

This [Flow](https://flow.neos.io) package allows to asynchronously generate image variants for Neos.Media images.

It does this by switching off automatic variant creation (through settings) and wiring a slot to the `assetCreated`signal emitted in the `AssetService`. That slot creates a job in the job queue that executes the asset variant creation asynchronously.

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

[](#installation)

This is installed as a regular Flow package via Composer. For your existing project, simply include `flownative/neos-asyncimagevariants` into the dependencies of your Flow or Neos distribution:

```
composer require flownative/neos-asyncimagevariants

```

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

[](#configuration)

The package itself has one configuration option for the job queue name to use, it defaults to `media-queue`.

```
Flownative:
  Neos:
    AsyncImageVariants:
      # the queue to use for jobs
      jobQueue: 'media-queue'
```

That queue of course needs to be configured, e.g. like this:

```
Flowpack:
  JobQueue:
    Common:
      queues:
        'media-queue':
          className: 'Flowpack\JobQueue\Doctrine\Queue\DoctrineQueue'
          executeIsolated: true
          releaseOptions:
            delay: 15
          options:
            backendOptions:
              driver: '%env:DATABASE_DRIVER%'
              host: '%env:DATABASE_HOST%'
              port: '%env:DATABASE_PORT%'
              dbname: '%env:DATABASE_NAME%'
              user: '%env:DATABASE_USER%'
              password: '%env:DATABASE_PASSWORD%'
```

Make sure to run `./flow job:work media-queue` continuously in the background.

Troubleshooting
---------------

[](#troubleshooting)

- If things don't work as expected, check the system log.
- Check if jobs are queued by using `./flow queue:list`
- Run `./flow job:work media-queue --verbose --limit 1` to debug job execution

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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

564d 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 (2 commits)")

### Embed Badge

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

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

###  Alternatives

[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k22](/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)[moc/imageoptimizer

Flow package that optimizes generated thumbnail images (jpg, png, gif, svg) for web presentation.

31106.8k](/packages/moc-imageoptimizer)

PHPackages © 2026

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