PHPackages                             phpexiftool/phpexiftool - 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. phpexiftool/phpexiftool

ActiveLibrary

phpexiftool/phpexiftool
=======================

Exiftool driver for PHP

0.4.1(11y ago)12765.4k37[8 issues](https://github.com/romainneutron/PHPExiftool/issues)[5 PRs](https://github.com/romainneutron/PHPExiftool/pulls)1MITPHPPHP &gt;=5.3.3CI failing

Since Jan 30Pushed 6y ago14 watchersCompare

[ Source](https://github.com/romainneutron/PHPExiftool)[ Packagist](https://packagist.org/packages/phpexiftool/phpexiftool)[ RSS](/packages/phpexiftool-phpexiftool/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (13)Versions (8)Used By (1)

PHP-Exiftool
============

[](#php-exiftool)

[![Build Status](https://camo.githubusercontent.com/3c277d2cbde4a45942f28e6c3ffbb4f7ea4abe8cb23b2486c09c92297b3f5791/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f726f6d61696e6e657574726f6e2f50485045786966746f6f6c2e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/romainneutron/PHPExiftool)

PHP Exiftool is an Object Oriented driver for Phil Harvey's Exiftool (see ). Exiftool is a powerfull library and command line utility for reading, writing and editing meta information written in Perl.

PHPExiftool provides an intuitive object oriented interface to read and write metadatas.

You will find some example below. This driver is not suitable for production, it is still under heavy development.

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

[](#installation)

The recommended way to install PHP-Exiftool is [through composer](http://getcomposer.org).

```
{
    "require": {
        "phpexiftool/phpexiftool": "~0.1.0"
    }
}
```

Usage
-----

[](#usage)

### Exiftool Reader

[](#exiftool-reader)

A simple example : how to read a file metadatas :

```
