PHPackages                             heidkaemper/statamic-import-image-metadata - 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. heidkaemper/statamic-import-image-metadata

Abandoned → [balotias/statamic-asset-metadata-importer](/?search=balotias%2Fstatamic-asset-metadata-importer)ArchivedStatamic-addon[Image &amp; Media](/categories/media)

heidkaemper/statamic-import-image-metadata
==========================================

Read EXIF and IPTC metadata when uploading an image to Statamic

1.2.0(2y ago)57.1k2[2 issues](https://github.com/heidkaemper/statamic-import-image-metadata/issues)MITPHPCI passing

Since Dec 18Pushed 3mo agoCompare

[ Source](https://github.com/heidkaemper/statamic-import-image-metadata)[ Packagist](https://packagist.org/packages/heidkaemper/statamic-import-image-metadata)[ RSS](/packages/heidkaemper-statamic-import-image-metadata/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (6)Used By (0)

Warning

This package is no longer maintained. Check out the [Asset Metadata Importer](https://github.com/BALOTIAS/statamic-asset-metadata-importer) addon.

Statamic CMS - Metadata Import
------------------------------

[](#statamic-cms---metadata-import)

> Read EXIF and IPTC metadata when uploading an image to Statamic.

Installation
------------

[](#installation)

Require the addon as a Composer dependency.

```
composer require heidkaemper/statamic-import-image-metadata

```

Add a new field to your Asset Container Blueprint. A text field with the handle `copyright` would be a good start.

Import a JPG or TIFF image that contains metadata. 🎉

Configuration
-------------

[](#configuration)

The default configuration imports metadata for `title`, `copyright` and `source` if the corresponding fields exist in the blueprint.

To change this, you can publish the configuration.

```
php artisan vendor:publish --tag="import-image-metadata-config"

```

Have a look at the [configuration file](https://github.com/heidkaemper/statamic-import-image-metadata/blob/main/config/import-image-metadata.php) for details.

Metadata tags
-------------

[](#metadata-tags)

Most common EXIF and IPTC tags should be available. Check these resources:

- [Most common EXIF tags](https://www.vcode.no/web/resource.nsf/ii2lnug/642.htm)
- [Most common IPTC tags](https://www.vcode.no/web/resource.nsf/ii2lnug/643.htm)

A specialty of iptcparse in PHP is that the IPTC tags are addressed via the code and are therefore not very human readable. For example, `2#116` would be the copyright field.

To make the configuration a little easier, this plugin [maps the most important IPTC tags to more readable titles](https://github.com/heidkaemper/statamic-import-image-metadata/blob/main/src/Helpers/Formatter.php#L7). However, the IPTC codes work too.

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance45

Moderate activity, may be stable

Popularity25

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.2% 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 ~254 days

Total

3

Last Release

738d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/779f636f4e49c46bbe0bcde976f7473a848ef08d55c1f17bc5c45eeeaaf86696?d=identicon)[Utakka](/maintainers/Utakka)

---

Top Contributors

[![heidkaemper](https://avatars.githubusercontent.com/u/10990014?v=4)](https://github.com/heidkaemper "heidkaemper (25 commits)")[![stoffelio](https://avatars.githubusercontent.com/u/65236157?v=4)](https://github.com/stoffelio "stoffelio (1 commits)")

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/heidkaemper-statamic-import-image-metadata/health.svg)

```
[![Health](https://phpackages.com/badges/heidkaemper-statamic-import-image-metadata/health.svg)](https://phpackages.com/packages/heidkaemper-statamic-import-image-metadata)
```

###  Alternatives

[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)[justbetter/statamic-image-optimize

Image optimization after upload

1315.2k](/packages/justbetter-statamic-image-optimize)[visuellverstehen/statamic-picturesque

A Statamic tag for building HTML-only responsive images.

1016.9k](/packages/visuellverstehen-statamic-picturesque)[daun/statamic-placeholders

Generate low-quality image placeholders for lazyloading Statamic assets

106.6k](/packages/daun-statamic-placeholders)[daun/statamic-mux

Seamless video encoding and streaming using Mux on Statamic sites

132.3k](/packages/daun-statamic-mux)[alt-design/alt-sitemap

Alt Sitemap addon, create a sitemap from Statamic entries

1219.0k](/packages/alt-design-alt-sitemap)

PHPackages © 2026

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