PHPackages                             netlogix/assetcachinghelper - 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. [Caching](/categories/caching)
4. /
5. netlogix/assetcachinghelper

ActiveNeos-package[Caching](/categories/caching)

netlogix/assetcachinghelper
===========================

Fusion Helper to create Asset Cache Tags

1.0.0(4y ago)0445MITPHP

Since Aug 19Pushed 4y ago3 watchersCompare

[ Source](https://github.com/netlogix/Netlogix.AssetCachingHelper)[ Packagist](https://packagist.org/packages/netlogix/assetcachinghelper)[ RSS](/packages/netlogix-assetcachinghelper/feed)WikiDiscussions main Synced today

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

Netlogix.AssetCachingHelper
===========================

[](#netlogixassetcachinghelper)

This package provides a Fusion Helper that can be used to create an AssetTag. For every given asset, the following two types of tags will be generated:

- `Asset_` This tag is currently not flushed by Neos at all
- `AssetDynamicTag_` This tag is flushed whenever an Asset is changed

Usage
-----

[](#usage)

To create an asset tag, simply call the helper in your @cache block:

```
    @cache {
        mode = 'cached'

        entryIdentifier {
            node = ${node}
        }

        entryTags {
            node = ${Neos.Caching.nodeTag(node)}
            image = ${Netlogix.AssetCaching.assetTag(q(node).property('image'), node)}
        }
    }

```

The Helper takes either a single Asset or an array of Assets. Any null values will be ignored.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

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

Unknown

Total

1

Last Release

1779d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/667b5107f4c2ea180baa00166c2ee3f2a1b412ce22768d6e81bb09323d1c7fe0?d=identicon)[netlogix](/maintainers/netlogix)

![](https://www.gravatar.com/avatar/124704a0d41c6364ac5773df0c9bedc3a85f902f0826df5f12ff2a4b2a06d520?d=identicon)[paxuclus](/maintainers/paxuclus)

---

Top Contributors

[![paxuclus](https://avatars.githubusercontent.com/u/15905038?v=4)](https://github.com/paxuclus "paxuclus (1 commits)")

---

Tags

cacheassetNeosFUSIONeel

### Embed Badge

![Health badge](/badges/netlogix-assetcachinghelper/health.svg)

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

###  Alternatives

[psr/simple-cache

Common interfaces for simple caching

8.1k772.9M2.7k](/packages/psr-simple-cache)[psr/cache

Common interface for caching libraries

5.2k726.4M1.7k](/packages/psr-cache)[react/cache

Async, Promise-based cache interface for ReactPHP

445131.2M46](/packages/react-cache)[beste/in-memory-cache

A PSR-6 In-Memory cache that can be used as a fallback implementation and/or in tests.

2515.9M12](/packages/beste-in-memory-cache)[fastd/fastd

A High Performance API Framework By Swoole Extension

42015.5k18](/packages/fastd-fastd)[anahkiasen/flatten

A package for the Illuminate framework that flattens pages to plain HTML

33313.0k](/packages/anahkiasen-flatten)

PHPackages © 2026

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