phpExifRW is a pure PHP class to read, write, and transfer EXIF information that most digital cameras produce. This class overcomes the problem of most distributions that do not add Exif extensions in their default installation of PHP.
| Tags | Software Development Libraries php classes |
|---|---|
| Licenses | LGPL |
| Operating Systems | OS Independent |
| Implementation | PHP |
Recent releases


Changes: Better code was written. Several pieces of unwanted code were removed. Several additional tags that show GPS information were added. Shutter speed value calculation was fixed. Aperture value calculation was fixed. Handling of special characters in make and model was fixed. Support for the following cameras was added: KODAK DC210 Zoom (V05.00) and OLYMPUS OPTICAL CO.,LTD -> C3000Z.


Changes: This release improves reading performance up to 200 times, separates classes to read and write exif information, adds support for more than 50 additional tags, and cleans the code for better readability and enhanced performance. It has been tested with 9 different cameras and 20 different camera model photos.


Changes: This release adds support for "Artist" and "Copyright" tags, removes all warnings, and cleans the code. The original datetime of the image is now appearing.


Changes: This release adds support for RICOH camera images, fixes a minor bug with image dimensions not showing up with several camera images, and shows JPEG image comments.


Changes: This version adds a caching system for thumbnail storage. This will make the script a little bit faster because the thumbnails are cached.