dev-master
9999999-dev http://kaloa.ermshaus.org/An XMP (Extensible Metadata Platform) reader component
MIT
The Requires
- php >=5.3.0
The Development Requires
xmp
Wallogit.com
2017 © Pedro Peláez
An XMP (Extensible Metadata Platform) reader component
Via Composer:, (*1)
~~~ bash $ composer require kaloa/xmp, (*2)
## Requirements The following PHP versions are supported: - PHP 5.3 - PHP 5.4 - PHP 5.5 - PHP 5.6 - PHP 7 - HHVM ## Documentation [exiv2](http://www.exiv2.org/) is a useful tool to work with image files. Here are some common tasks: List all XMP data from a file: ~~~ bash $ exiv2 -px <file>
Extract XMP data from a file <image>.<ext> to <image>.xmp:, (*3)
~~~ bash
$ exiv2 -eX
## Testing ~~~ bash $ ./vendor/bin/phpunit
Further quality assurance:, (*5)
~~~ bash $ ./vendor/bin/phpcs --standard=PSR2 ./src $ ./vendor/bin/phpmd ./src text codesize,design,naming ~~~, (*6)
The package is published under the MIT License. See LICENSE for full license info., (*7)
An XMP (Extensible Metadata Platform) reader component
MIT
xmp