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.3.0

Version
2.3.0
Type
neos-package
Release Date
Apr 22, 2022 16:04
Source
git
Distribution
zip
Requires
  • php: ^7.1 || ^8.0
  • ext-exif: *
  • ext-mbstring: *
  • neos/flow: ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || dev-master
  • neos/media: ^3.0 || ^4.0 || ^5.0 || ^7.0 || ^8.0 || dev-master
  • neos/metadata: ^2.0 || dev-master
  • neos/utility-mediatypes: ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || dev-master
MIT
  • #flow
  • #metadata
  • #exif
  • #neos
  • #meta data
  • #extractor
  • #iptc
  • #iptc iim
  • #iptciim
0ac8b4373a2561c36b2547c1205ec07a165c6f96

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).