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

ActiveLibrary

wiser/phpexiftool
=================

Exiftool driver for PHP

4.2.1(5y ago)015.7k↓53.1%1MITPHPPHP &gt;=5.5.9

Since Jan 30Pushed 5y agoCompare

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

READMEChangelogDependencies (13)Versions (21)Used By (0)

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

[](#php-exiftool)

[![Build Status](https://camo.githubusercontent.com/ca831f34db8b06d2b6de41ed30ffc1e0fc9098fba22caab1b3834f3e060c59e3/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f616c6368656d792d66722f50485045786966746f6f6c2e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/alchemy-fr/PHPExiftool)

This project is a fork of [phpexiftool/phpexiftool](https://github.com/phpexiftool/phpexiftool).

PHP Exiftool is an Object Oriented driver for Phil Harvey's Exiftool (see ). Exiftool is a powerful 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 metadata.

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": {
        "alchemy/phpexiftool": "^0.5.0"
    }
}
```

Usage
-----

[](#usage)

### Exiftool Reader

[](#exiftool-reader)

A simple example : how to read metadata from a file:

```
