The PHP Exif Library (PEL) lets you fully manipulate Exif (Exchangeable Image File Format) data. This is the data that digital cameras place in their images, such as the date and time, shutter speed, ISO value and so on. Using PEL, one can fully modify the Exif data, meaning that it can be both read and written. Completely new Exif data can also be added to images. PEL is written completely in PHP and depends on nothing except a standard installation of PHP, version 5.
You can install PEL as a pear package using the following code:
pear channel-discover pearhub.org
pear install pearhub/PEL
Martin Geisler (mgeisler@users.sourceforge.net)
Lars Olesen (lars@intraface.dk)
Erik Oskam (info@eowd.nl)
Lars Olesen (lars@intraface.dk)
You can download this project in either zip or tar formats.
You can also clone the project with Git by running:
$ git clone git://github.com/lsolesen/pel