PHPackages                             fpietka/imparse - 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. fpietka/imparse

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

fpietka/imparse
===============

Image Metadata Parser

v1.2(10y ago)3167MITPHPPHP &gt;=5.5.9

Since Dec 20Pushed 10y ago1 watchersCompare

[ Source](https://github.com/fpietka/imparse)[ Packagist](https://packagist.org/packages/fpietka/imparse)[ RSS](/packages/fpietka-imparse/feed)WikiDiscussions master Synced 4w ago

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

[![Build Status](https://camo.githubusercontent.com/8940c7995cd865dd6852239b204ad18074d83cc71791c5a66034ee957b91c9fd/68747470733a2f2f7472617669732d63692e6f72672f66706965746b612f696d70617273652e737667)](https://travis-ci.org/fpietka/imparse) [![Code Coverage](https://camo.githubusercontent.com/900a28d5fca3b2edaef3a06190c882b414e135b6736df63db2cadc74f511563d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f66706965746b612f696d70617273652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/fpietka/imparse/?branch=master) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/e56c535ba985972ab48332d213e198dda7c2d7801f01ddf50a1a1ed2e954bda9/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f66706965746b612f696d70617273652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/fpietka/imparse/?branch=master)

Imparse - Image Metadata Parser
-------------------------------

[](#imparse---image-metadata-parser)

A library to parse Exif, IPTC and XMP metadata from an image.

Usage
=====

[](#usage)

Load an image in the parser:

```
$parser = new Imparse\Parser('picture.jpg');
```

Then depending on the type of metadata you want to fetch, call the appropriate method.

```
$parser->readExif();
$parser->getMetaData()['exif'];
```

```
$parser->readIptc();
$parser->getMetaData()['iptc'];
```

```
$parser->readXmp();
$parser->getMetaData()['xmp'];
```

Resources
=========

[](#resources)

[IPTC Specifications](http://www.iptc.org/std/IIM/4.2/specification/IIMV4.2.pdf)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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 ~12 days

Total

3

Last Release

3821d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/150428?v=4)[François Pietka](/maintainers/fpietka)[@fpietka](https://github.com/fpietka)

---

Top Contributors

[![fpietka](https://avatars.githubusercontent.com/u/150428?v=4)](https://github.com/fpietka "fpietka (11 commits)")

---

Tags

exifiptcphpxmpimagemetadataexifxmpitpc

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/fpietka-imparse/health.svg)

```
[![Health](https://phpackages.com/badges/fpietka-imparse/health.svg)](https://phpackages.com/packages/fpietka-imparse)
```

###  Alternatives

[intervention/image

PHP Image Processing

14.3k203.8M2.5k](/packages/intervention-image)[league/glide

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

2.6k52.6M138](/packages/league-glide)[spatie/image

Manipulate images with an expressive API

1.4k58.5M177](/packages/spatie-image)[frameright/image-metadata-parser

Image metadata parsing library

1135.1k](/packages/frameright-image-metadata-parser)[intervention/image-laravel

Laravel Integration of Intervention Image

1558.1M161](/packages/intervention-image-laravel)[fileeye/pel

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

207.7M2](/packages/fileeye-pel)

PHPackages © 2026

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