PHPackages                             netlogix/assetmetadata - 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. netlogix/assetmetadata

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

netlogix/assetmetadata
======================

Attach metadata objects to Neos Assets

2.2.0(1y ago)03.5k↓12.5%PHP

Since Aug 2Pushed 1y ago3 watchersCompare

[ Source](https://github.com/netlogix/Netlogix.AssetMetadata)[ Packagist](https://packagist.org/packages/netlogix/assetmetadata)[ RSS](/packages/netlogix-assetmetadata/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (3)Versions (8)Used By (0)

Netlogix.AssetMetadata
======================

[](#netlogixassetmetadata)

This package allows you to attach multiple metadata objects to an asset.

Assets are automatically given the `Netlogix\AssetMetadata\Domain\Model\AssetMetadataAwareInterface` using an Aspect, so you can simply call `$asset->getMetadata('myMetadata')`.

Configuration / Usage
---------------------

[](#configuration--usage)

1. Create a new Model with your desired properties that extends `Netlogix\AssetMetadata\Domain\Model\AssetMetadata`
2. Configure the metadata:

```
Netlogix:
  AssetMetadata:
    metadata:
      'mymetadata':
        label: 'My Metadata'
        # Class that implements this Metadata. Must extend AssetMetadata
        className: 'My\Metadata\Domain\Model\MyMetadata'
        # Partial root path that contains the edit partial
        editPartialRootPath: 'resource://My.Metadata/Private/Partials'
        # Partial File to render in Asset Edit View
        # Path must be Package/Resources/Private/Partials/AssetMetadata/.html
        editPartialName: 'MyMetadata'
        # Neos AssetSource identifiers to which this Metadata configuration should apply
        # If this is unset, the Metadata will be applied to all AssetSources
        assetSources: ['neos', 'my-special-asset-source']
        # Optional position for ordering in the Edit View of an Asset
        position: 'start'
```

3. Create the edit partial:

```
Field A

```

4. Set the metadata `$asset->setMetadata('mymetadata', new MyMetadata('mymetadata', $asset))`
5. Get the metadata `$asset->getMetadata('mymetadata')`

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance49

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 67.9% 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 ~275 days

Recently: every ~342 days

Total

6

Last Release

369d ago

Major Versions

1.0.1 → 2.0.02022-05-12

### 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 (19 commits)")[![tweis](https://avatars.githubusercontent.com/u/63323?v=4)](https://github.com/tweis "tweis (6 commits)")[![stephanschuler](https://avatars.githubusercontent.com/u/1595908?v=4)](https://github.com/stephanschuler "stephanschuler (2 commits)")[![toni-bessel](https://avatars.githubusercontent.com/u/34022843?v=4)](https://github.com/toni-bessel "toni-bessel (1 commits)")

---

Tags

assetsmediametadataneosneoscms

### Embed Badge

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

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

###  Alternatives

[moc/imageoptimizer

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

31106.8k](/packages/moc-imageoptimizer)[flowpack/media-ui

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

2184.5k2](/packages/flowpack-media-ui)[jonnitto/plyr

Plyr.io for Neos.io

1236.2k2](/packages/jonnitto-plyr)[dl/gallery

Neos plugin to easily render image galleries

1416.8k2](/packages/dl-gallery)[shel/neos-image-checker

Image editor with customisable checks for Neos CMS

106.0k](/packages/shel-neos-image-checker)

PHPackages © 2026

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