exiftool/wrapper
Composer 安装命令:
composer require exiftool/wrapper
包简介
Wrapper for exiftool
README 文档
README
Introduction
PHP wrapper around the exiftool command
Table of contents:
Installation
1 - Install mediainfo
You should install exiftool:
On linux:
$ sudo apt-get install exiftool
On Mac:
$ brew install exiftool
2 - Integration in your php project
To use this library install it through Composer, run:
$ composer require exiftool/wrapper
How to use
Retrieve media information container
<?php //... $exif = new \ExiftoolWrapper\Exiftool(); //... $mediaInfo = new Exiftool(); $mediaInfoContainer = $mediaInfo->getInfo('image.jpg'); //...
统计信息
- 总下载量: 2.93k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-11-17