PHPackages                             tacoberu/php-exif-tools - 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. [Image &amp; Media](/categories/media)
4. /
5. tacoberu/php-exif-tools

ActiveLibrary[Image &amp; Media](/categories/media)

tacoberu/php-exif-tools
=======================

php-exif-tools is a simple library for manipulate (read and write) with the EXIF meta-data of an image.

v0.1.2(6y ago)34.6k—8.3%3MITPHPCI failing

Since Dec 7Pushed 6y ago2 watchersCompare

[ Source](https://github.com/tacoberu/php-exif-tools)[ Packagist](https://packagist.org/packages/tacoberu/php-exif-tools)[ RSS](/packages/tacoberu-php-exif-tools/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

php-exif-tools
==============

[](#php-exif-tools)

php-exif-tools is a simple library for manipulate (read and write) with the EXIF meta-data of an image.

### Example

[](#example)

Read meta-data:

```
use Taco\Tools\Exif;
use SplFileInfo;

(new Exif\ExifReader)->read(new SplFileInfo('file.jpeg')) == (object)[
	'mime' => 'image/jpeg',
	'title' => 'Salut',
	'datetime' => new DateTime('2019-02-23 21:20:00'),
	'orientation' => 3,
];
```

Write meta-data:

```
use Taco\Tools\Exif;
use SplFileInfo;

(new Exif\ExifWrite(new SplFileInfo('file.jpeg'))->write([
	ExifWriter::SECTION_TITLE => 'Salut',
]));
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~328 days

Total

3

Last Release

2428d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4d9535bc57ab9e7c844b76be57d024b97eb84e9f8a9d308537afffe9cf81c409?d=identicon)[tacoberu](/maintainers/tacoberu)

---

Top Contributors

[![tacoberu](https://avatars.githubusercontent.com/u/1828339?v=4)](https://github.com/tacoberu "tacoberu (9 commits)")

---

Tags

imageexif

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tacoberu-php-exif-tools/health.svg)

```
[![Health](https://phpackages.com/badges/tacoberu-php-exif-tools/health.svg)](https://phpackages.com/packages/tacoberu-php-exif-tools)
```

###  Alternatives

[intervention/image

PHP Image Processing

14.3k194.3M2.2k](/packages/intervention-image)[league/glide

Wonderfully easy on-demand image manipulation library with an HTTP based API.

2.6k51.2M116](/packages/league-glide)[liip/imagine-bundle

This bundle provides an image manipulation abstraction toolkit for Symfony-based projects.

1.7k38.3M217](/packages/liip-imagine-bundle)[spatie/image

Manipulate images with an expressive API

1.4k54.4M138](/packages/spatie-image)[fileeye/pel

PHP Exif Library. A library for reading and writing Exif headers in JPEG and TIFF images using PHP.

197.1M2](/packages/fileeye-pel)[intervention/image-laravel

Laravel Integration of Intervention Image

1536.5M102](/packages/intervention-image-laravel)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
