miljar/php-exif

Object-Oriented EXIF parsing

Maintainers

👁 Miljar

Package info

github.com/PHPExif/php-exif

pkg:composer/miljar/php-exif

Statistics

Installs: 1 386 226

Dependents: 12

Suggesters: 1

Stars: 148

Open Issues: 8

v0.6.5 2019-02-11 13:47 UTC

Requires

  • php: >=5.4

Suggests

  • ext-exif: Use exif PHP extension as adapter
  • lib-exiftool: Use perl lib exiftool as adapter

Provides

None

Conflicts

None

Replaces

None

MIT 41f23db39d7b48e4af0e134c2e80e577c1782ac9

exifexiftoolIPTCjpegtiff

This package is auto-updated.

Last update: 2026-06-16 20:53:10 UTC


README

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.

Supported tools

  • Native PHP functionality (exif_read_data, iptcparse)
  • Exiftool adapter (wrapper for the exiftool binary)

Installation (composer)

composer require miljar/php-exif

Usage

Before v0.3.0

v0.3.0+

Contributing

Please submit all pull requests against the correct branch. The release branch for the next version is a branch with the same name as the next version. Bugfixes should go in the master branch, unless they are for code in a new release branch.

PHPExif is written according the PSR-0/1/2 standards. When submitting code, please make sure it is conform these standards. We aim to have all functionality covered by unit tests. When submitting code, you are strongly encouraged to unit test your code and to keep the level of code coverage on par with the current level.

All contributions are welcomed and greatly appreciated.

Feedback

Have a bug or a feature request? Please open a new issue. Before opening any issue, please search for existing issues.

Contributors

License

MIT License