PHPackages                             wwwision/asset-sync - 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. wwwision/asset-sync

ActiveNeos-package

wwwision/asset-sync
===================

Neos Flow package to synchronize metadata and binary data of imported Neos.Media assets

1.1.0(3y ago)5491↓100%1MITPHPPHP &gt;=7.4

Since Dec 10Pushed 3y ago1 watchersCompare

[ Source](https://github.com/bwaidelich/Wwwision.AssetSync)[ Packagist](https://packagist.org/packages/wwwision/asset-sync)[ GitHub Sponsors](https://github.com/sponsors/bwaidelich)[ Fund](https://www.paypal.me/bwaidelich)[ RSS](/packages/wwwision-asset-sync/feed)WikiDiscussions main Synced 1mo ago

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

Wwwision.AssetSync
==================

[](#wwwisionassetsync)

[Flow](https://flow.neos.io) package to synchronize metadata and resources of imported Neos.Media assets

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

[](#installation)

Install this package via:

```
composer require wwwision/asset-sync
```

Usage
-----

[](#usage)

Run

```
./flow media:synchronizeimportedassets

```

to update the metadata of all imported assets.

Use the following options to fine tune the behavior:

```
  --asset-sources          Comma separated list of Asset Source identifiers to sync. If null, all imported assets are synced.
  --synchronize-resources  If set, resource binaries are synchronized (this can be slow!). Otherwise, only the asset metadata is updated.
  --batch-size             Number of assets to synchronize in a single run. Larger numbers can increase performance but may lead to high memory consumption
  --pool-size              Maximum number of sub processes to run at the same time
  --quiet                  If set only the number of errors is outputted (if any)

```

### Cronjob

[](#cronjob)

In order to keep imported assets in sync, the `synchronizeImportedAssets` command should be regularly, for example via cronjob.

The following setup would synchronize the metadata of the specified asset sources hourly and once per day the corresponding resources.

```
0 * * * * ./flow wwwision.assetsync:media:synchronizeimportedassets --asset-sources assetsource1,assetsource2 --quiet
30 0 * * * ./flow wwwision.assetsync:media:synchronizeimportedassets --asset-sources assetsource1,assetsource2 --synchronize-resources --quiet

```

### Batch and pool size

[](#batch-and-pool-size)

By default, *500* assets will be processed in a single batch and up to *5* batches will be executed in parallel. This can be changed with the `--batch-size` and `--pool-size` options. See [Wwwision.BatchProcessing](https://github.com/bwaidelich/Wwwision.BatchProcessing/blob/main/README.md) for details.

Acknowledgements
----------------

[](#acknowledgements)

Parts of this implementation are inspired by work from [Karsten Dambekalns](https://github.com/kdambekalns). The development of this package was generously sponsored by [Marktplatz GmbH - Agentur für Web &amp; App](https://www.marktplatz-agentur.de/). Thank you for supporting Open Source development!

Contribution
------------

[](#contribution)

Contributions in the form of issues or pull requests are highly appreciated

License
-------

[](#license)

See [LICENSE](./LICENSE)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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

Every ~160 days

Total

2

Last Release

1451d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/307571?v=4)[Bastian Waidelich](/maintainers/bwaidelich)[@bwaidelich](https://github.com/bwaidelich)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/wwwision-asset-sync/health.svg)

```
[![Health](https://phpackages.com/badges/wwwision-asset-sync/health.svg)](https://phpackages.com/packages/wwwision-asset-sync)
```

###  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.0k673](/packages/neos-neos)[sitegeist/kaleidoscope

Responsive-images for Neos

29352.4k10](/packages/sitegeist-kaleidoscope)[flowpack/media-ui

This module allows managing media assets including pictures, videos, audio and documents.

2184.5k2](/packages/flowpack-media-ui)[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)
