PHPackages                             exiftool/wrapper - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. exiftool/wrapper

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

exiftool/wrapper
================

Wrapper for exiftool

22.9kPHP

Since Nov 17Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Pnieto98/php-exiftool-wrapper)[ Packagist](https://packagist.org/packages/exiftool/wrapper)[ RSS](/packages/exiftool-wrapper/feed)WikiDiscussions dev Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Php-Exiftool
============

[](#php-exiftool)

Introduction
------------

[](#introduction)

PHP wrapper around the `exiftool` command

Table of contents:
------------------

[](#table-of-contents)

- [Installation](#installation)
- [How to use](#how-to-use)

Installation
------------

[](#installation)

### 1 - Install mediainfo

[](#1---install-mediainfo)

You should install [exiftool](https://exiftool.org/):

#### On linux:

[](#on-linux)

```
$ sudo apt-get install exiftool
```

#### On Mac:

[](#on-mac)

```
$ brew install exiftool
```

### 2 - Integration in your php project

[](#2---integration-in-your-php-project)

To use this library install it through [Composer](https://getcomposer.org/), run:

```
$ composer require exiftool/wrapper
```

How to use
----------

[](#how-to-use)

### Retrieve media information container

[](#retrieve-media-information-container)

```
