PHPExif is a library which gives you easy access to the EXIF meta-data of an image.
PHPExif serves as a wrapper around some native or CLI tools which access this EXIF meta-data from an image. As such, it provides a standard API for retrieving and accessing that information.
- 0.x branch: PHP 5.3
- 1.x branch: PHP 5.6
See http://php.net/supported-versions.php for reason.
- Native PHP functionality (exif_read_data, iptcparse)
- @todo: Exiftool adapter (wrapper for the exiftool binary)
@todo - Write docs & publish on readthedocs.org
See CONTRIBUTING.md for more information.
Have a bug or a feature request? Please open a new issue. Before opening any issue, please search for existing issues.