PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Claude Diderich   PHP JPEG metadata   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP JPEG metadata
Read and write metadata stored in JPEG image files
Author: By
Last change:
Date: 1 year ago
Size: 523 bytes
 

Contents

Class file image Download
{ "name": "diderich/metadata", "description": "HOLIDAY - Metadata / PHP classes for reading and writing metadata from/to JPEG files", "type": "library", "keywords": [ "exif", "jpeg", "image", "metadata", "xmp" ], "license": "MIT", "authors": [ { "name": "Claude Diderich", "email": "cdiderich@cdsp.photo", "homepage": "https://www.cdsp.photo", "role": "Developer" } ], "autoload": { "psr-4": { "Holiday\\": "src/" } }, "require": { "php": ">=8.0", "ext-dom": "*", "ext-xml": "*" } }