kaloa/xmp
最新稳定版本:v0.1.1
Composer 安装命令:
composer require kaloa/xmp
包简介
An XMP (Extensible Metadata Platform) reader component
关键字:
README 文档
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.
统计信息
- 总下载量: 462
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-03-13