Download the PHP package netlogix/assetmetadata without Composer
On this page you can find all versions of the php package netlogix/assetmetadata. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download netlogix/assetmetadata
More information about netlogix/assetmetadata
Files in netlogix/assetmetadata
Download netlogix/assetmetadata
More information about netlogix/assetmetadata
Files in netlogix/assetmetadata
Vendor netlogix
Package assetmetadata
Short Description Attach metadata objects to Neos Assets
License
Package assetmetadata
Short Description Attach metadata objects to Neos Assets
License
Please rate this library. Is it a good library?
Informations about the package assetmetadata
Netlogix.AssetMetadata
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
- Create a new Model with your desired properties that extends
Netlogix\AssetMetadata\Domain\Model\AssetMetadata
-
Configure the metadata:
-
Create the edit partial:
- Set the metadata
$asset->setMetadata('mymetadata', new MyMetadata('mymetadata', $asset))
- Get the metadata
$asset->getMetadata('mymetadata')
All versions of assetmetadata with dependencies
PHP Build Version
Package Version
Requires
neos/neos Version
^5.3 || ^7.3
neos/media Version ^5.3 || ^7.3
neos/utility-arrays Version ^6.3 || ^7.3
neos/media Version ^5.3 || ^7.3
neos/utility-arrays Version ^6.3 || ^7.3
The package netlogix/assetmetadata contains the following files
Loading the files please wait ....