neos/metadata-extractor

Last activity 22 Apr 2022 10 7 3495
composer require neos/metadata-extractor

Extracts meta data from files into a neos/metadata data structure

2.1.1

Version
2.1.1
Type
neos-package
Release Date
Oct 31, 2019 10:51
Source
git
Distribution
zip
Requires
  • php: ^7.1
  • ext-exif: *
  • ext-mbstring: *
  • neos/flow: ^4.0 || ^5.0 || ^6.0 || dev-master
  • neos/media: ^3.0 || ^4.0 || ^5.0 || dev-master
  • neos/metadata: ^2.0 || dev-master
  • neos/utility-mediatypes: ^4.0 || ^5.0 || ^6.0 || dev-master
MIT
  • #flow
  • #metadata
  • #exif
  • #neos
  • #meta data
  • #extractor
  • #iptc
  • #iptc iim
  • #iptciim
d9bc90b4f4b8af916296c18e547bcf9003f60a20

Readme excerpt

Neos.MetaData.Extractor Package

This package handles extraction of meta data from assets.

Installation

Install using composer:

composer require neos/metadata-extractor

Some related packages are:

  • neos/metadata: Provides provides data types and interfaces (and is automatically installed with this package)
  • neos/metadata-contentrepositoryadapter: Handles the mapping of meta data DTOs to the Neos Content Repository
Requirements

The package requires the exif PHP extension and uses the iptcparse() function (which is available in PHP by default.)

Configuration

This package provides realtime meta data extraction. This can be s…
Read more

The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 92 package(s).