kaloa / xmp
An XMP (Extensible Metadata Platform) reader component
v0.1.1
2022-06-17 12:06 UTC
Requires
- php: >=5.3.0
Requires (Dev)
- phpmd/phpmd: ~2.0
- phpunit/phpunit: ~4.0
- squizlabs/php_codesniffer: ^2.8.1
This package is not auto-updated.
Last update: 2025-03-08 01:23:53 UTC
README
Install
Via Composer:
$ composer require kaloa/xmp
Requirements
The following PHP versions are supported:
- PHP 5.3
- PHP 5.4
- PHP 5.5
- PHP 5.6
- PHP 7
- HHVM
Documentation
exiv2 is a useful tool to work with image files. Here are some common tasks:
List all XMP data from a file:
$ exiv2 -px <file>
Extract XMP data from a file <image>.<ext>
to <image>.xmp
:
$ exiv2 -eX <image>.<ext>
Testing
$ ./vendor/bin/phpunit
Further quality assurance:
$ ./vendor/bin/phpcs --standard=PSR2 ./src $ ./vendor/bin/phpmd ./src text codesize,design,naming
Credits
License
The package is published under the MIT License. See LICENSE for full license info.