2017 © Pedro Peláez
 

library xmp

An XMP (Extensible Metadata Platform) reader component

image

kaloa/xmp

An XMP (Extensible Metadata Platform) reader component

  • Wednesday, March 23, 2016
  • by mermshaus
  • Repository
  • 1 Watchers
  • 3 Stars
  • 82 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 3 % Grown

The README.md

kaloa/xmp

Install

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 ., (*4)



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

Credits

License

The package is published under the MIT License. See LICENSE for full license info., (*7)

The Versions

23/03 2016

dev-master

9999999-dev http://kaloa.ermshaus.org/

An XMP (Extensible Metadata Platform) reader component

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

xmp

12/09 2012

0.1.0

0.1.0.0 http://www.kaloa.org/

XMP library

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

xmp